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
download the required version of numpy from here http://sourceforge.net/projects/numpy/files/NumPy/1.9.2/ and the install directly ,it will run on eclipse automatically
If it does not solve your purpose use Pip:
pip install numpy