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

saving and dwnloading excel file in django

How to Install Express Application

How to solve Server Error (500) when I set Debug - False (Django Heroku )