Good afternoon how do I install Numpy via pip. I downloaded Python 2.7.13 and I do not know how to install via pip.
Good afternoon how do I install Numpy via pip. I downloaded Python 2.7.13 and I do not know how to install via pip.
Just run pip install numpy
. Have you tried this? if it does not work, paste the error message.
To get a little ahead of the possible errors:
pip
. On my computer it is located in this path: C:\Python27\Scripts
.
pip
is not installed, enter the link , download the file get-pip.py
and run it using python get-pip.py
.