python 如何安装numpy库?

首先我们要找到python安装的位置

win+R打开

进入以后输入:    where python

找到安装目录后,找到Scripts文件夹所在位置:如Programs\Python\Python36\Scripts

https://pypi.org/project/numpy/#files下载对应文件

看清楚自己是32位还是64位,将这个文件下载到Scripts文件夹下面 

在cmd命令行中输入:pip3.6 install D:\Programs\Python\Python36\Scripts\numpy-1.15.4-cp36-none-win_amd64.whl

这样就OK了