865
edits
Line 6: | Line 6: | ||
* [http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11.win32-py2.5.exe#md5=cb0cd7b844bed5106aeb0d4583848b1f Install Setup Tools] | * [http://pypi.python.org/packages/2.5/s/setuptools/setuptools-0.6c11.win32-py2.5.exe#md5=cb0cd7b844bed5106aeb0d4583848b1f Install Setup Tools] | ||
* Open the Command Prompt program (under Accessories) | * Open the Command Prompt program (under Accessories) | ||
* Enter this line into the prompt: <tt>path = %PATH%;C:\Python25\Scripts</tt> | * Enter this line into the prompt: <tt>path = %PATH%;C:\Python25\Scripts;C:\Python25</tt> | ||
* Navigate the the regression folder, if this folder is on your Desktop, you can do this by entering <tt>cd Desktop\regression</tt> into the prompt. | * Navigate the the regression folder, if this folder is on your Desktop, you can do this by entering <tt>cd Desktop\regression</tt> into the prompt. | ||
* Now enter the command: <tt>install-windows.bat</tt> | * Now enter the command: <tt>install-windows.bat</tt> | ||
Line 13: | Line 13: | ||
Note: if you don't want to have to say <tt>path = %PATH%;C:\Python25 | Note: if you don't want to have to say <tt>path = %PATH%;C:\Python25</tt> everytime you open the command prompt, you can add <tt>C:\Python25\Scripts</tt> to your <tt>Path</tt> environment variable through the Control Panel (usually under advanced system settings) | ||
=Windows - option 2: Mozilla Build= | =Windows - option 2: Mozilla Build= |
edits