how to install python library manually

 

  1. Download the package
  2. unzip it if it is zipped
  3. cd into the directory containing setup.py
  4. If there are any installation instructions contained in documentation, read and follow the instructions OTHERWISE
  5. type in python setup.py install

Comments