First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!
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.