How to install NumPy for Python 3.6

前端 未结 6 1404
情深已故
情深已故 2020-12-16 22:31

I am using Python 3.6b3 for a long running project, developing on Windows. For this project I also need NumPy. I\'ve tried Python36 -m pip install numpy, but it seems that p

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-16 23:21

    You can install numpy through command prompt using pip install command. Follow the below steps: 1) In your command prompt, go to the scripts folder inside your Python 3.x installation.

    2) Type following command on your command prompt

    install numpy
    

    Refer the attached screenshot showing both the steps.

提交回复
热议问题