I'm trying to install numpy to Python through cmd.
My Python file "setup" is in:
C:\Users\aviad\Downloads\numpy-1.10.1+mkl-cp27-none-win_amd64 (1)\numpy
My python27 folder is in:
C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Python 2.7
I'm trying to use the following 2 commands, as I saw in YouTube:
cd C:\Users\aviad\Downloads\numpy-1.10.1+mkl-cp27-none-win_amd64 (1)\numpy
python setup install
I tried also python setup.py install
, it says "wrong setup to run"
It says there is no such file or directory even though my cmd recognizes Python and the numpy directory, and I put both locations in "path" (from view advanced settings).