installing python module on windows 8

This is how you do it:

Type into the Command Prompt window:

set path=%path%;C:\Python27\

And hit enter.

Use the complete path to the folder using CD.

eg: cd c:\Users\fisher-0.1.4

Then type python setup.py install

Leave a Comment