Install Numpy in pydev(eclipse)

后端 未结 5 1735
攒了一身酷
攒了一身酷 2021-01-26 00:44

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

5条回答
  •  天涯浪人
    2021-01-26 01:31

    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.

提交回复
热议问题