Confirmed users
1,867
edits
Line 21: | Line 21: | ||
<li>Install the 32-bit version of SetupTools using the provided .exe installer:</li> | <li>Install the 32-bit version of SetupTools using the provided .exe installer:</li> | ||
http://pypi.python.org/pypi/setuptools#files | http://pypi.python.org/pypi/setuptools#files | ||
<li>Add the Scripts directory to your System Variables path:</li> | |||
C:\Python26\Scripts | |||
<li>Download the last pip version and uncompress it:</li> | <li>Download the last pip version and uncompress it:</li> | ||
http://pypi.python.org/pypi/pip#downloads | http://pypi.python.org/pypi/pip#downloads | ||
<li>In your cmd prompt, go to the uncompressed pip directory and run:</li> | <li>In your cmd prompt, go to the uncompressed pip directory and run:</li> | ||
python setup.py install | python setup.py install | ||
<li>Now you can use the command pip install package on Win.</li> | <li>Now you can use the command pip install package on Win.</li> | ||
</ol> | </ol> |