how to install python library manually
- Download the package
- unzip it if it is zipped
cd
into the directory containing setup.py- If there are any installation instructions contained in documentation, read and follow the instructions OTHERWISE
- type in
python setup.py install
Comments
Post a Comment