Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Pip should be installed by default. Go to the command line, type Python, and it should give you some message saying either Python 2.7.x, some other version, or that Python is not in path.

If 2.7 is found, type this in command line:

python -m pip install numpy

Otherwise

"C:\yourpathto\python.exe" -m pip install numpy

Where yourpathto is changed according to your setup.