How to manually install a pypi module without pip/easy_install?

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 You may need administrator privileges for step 5. What you do here depends on your operating system. For example in … Read more