Reg : Wikipedia 1.4 package

Ned Batchelder ned at nedbatchelder.com
Thu Jun 8 13:53:27 EDT 2017


On Thursday, June 8, 2017 at 11:10:49 AM UTC-4, Siva Kumar S wrote:
> Dear members,
> 
> how to install wikipedia 1.4 package in python 2.7 above without PIP.

Why don't you want to use pip?

You can probably just download the .tar.gz, unpack it, and run:

    python setup.py install

but pip will be better.

--Ned.



More information about the Python-list mailing list