Install Numpy in pydev(eclipse)

后端 未结 5 1694
攒了一身酷
攒了一身酷 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:46

    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.

提交回复
热议问题