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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to