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
In Eclipse, Goto Windows->Preferences Select PyDev->Interpreters->Python Interpreters
Then click on Manage with pip button, then you will see a new window like below, you just need to type your package and click Run/Press enter.
After this, Click Apply and OK, then Right click on Project then click on PyDev->Remove error markers.
Hope it works.