I am trying to install a package called \'numpy\'. i have python setup in eclipse luna with the help of pydev. how do i install numpy in pydev.
tried putting numpy in
do you have pip installed with your python? How to install pip
Then if you have your path variable set you can simply type "pip install numpy" into command line.