Difference between revisions of "Installing the Pyparsing Python Module"

From Vital Soft Wiki
Jump to: navigation, search
>Jeremyb
>Jeremyb
Line 10: Line 10:
  
 
   cd C:\Users\vitalsigns\Downloads\pyparsing-2.0.1
 
   cd C:\Users\vitalsigns\Downloads\pyparsing-2.0.1
 +
 +
Install pyparsing with python
 +
 +
  C:\python27\python.exe setup.py install

Revision as of 21:45, 19 December 2013

Installing

Login to the Windows server as the vitalsigns administrator

Download Pyparsing for python 2.7 here

Unzip pyparsing-2.0.1.zip

Open CMD.exe and change directory to pyparsing

 cd C:\Users\vitalsigns\Downloads\pyparsing-2.0.1

Install pyparsing with python

 C:\python27\python.exe setup.py install