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

Popular posts from this blog

Exporting HTML Page into PDF In Django

How to save and download a csv file in django