I recently tried reinstalling numpy for python 3.4 since I got a new computer and I'm afraid. I am on windows 8.1, and from what I remember, I previously used the .exe file, which did everything for me. However, this time I was given a .whl file (apparently this is a "Wheel" file), which I cannot figure out how to install.
Other posts explained that I should use PIP, however the explanations of how to install these files that I could find are terrible. The command "python install pip" or "pip install numpy" or all the other various commands that I saw return only the error "python is not recognized as an internal or external command, operating program or batch file", or "pip is not recognized as internal .. .. ".
I also tried "python3.4", "python.exe" and many others, since it does not like python. The file name of the numpy file I uploaded is "numpy-1.9.2 + mkl-cp34-none-win_amd64.whl".
So can anyone give me a detailed tutorial on how to use them, as well as views on the things that all modules use now. Also, why did people stop using .exe files to install them? It was a lot easier!
source share