安裝pip查看https://www.cnblogs.com/cxmo/p/10513502.html
安裝numpy只需要在終端(在pycharm界面的終端下)輸入:pip3.7 install numpy
然后就會自動下載安裝,最后提示如下:
100% |████████████████████████████████| 13.9MB 53kB/s
Installing collected packages: numpy
Successfully installed numpy-1.16.2