...
3.4 apparently ships with pip. looks like 2.7.9 does too. for other versions, download get-pip at https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py and run it with the target python. there should then be a pip.exe in \PythonXY\Scripts.
Install the packages we need:
Code Block |
---|
\Python27\Scripts\pip.exe install nose nose-exclude |