1、由於國外網站太慢,所以這里使用的是阿里的鏡像
https://mirrors.aliyun.com/pypi/simple/
2、去官網查看,官方給出的安裝方法如下:【pip安裝和apt的方式兩種】
python -m pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
3、由於我使用的是windows並且安裝了pip,所以這里使用pip進行安裝
python -m pip install -i https://mirrors.aliyun.com/pypi/simple/ --user numpy scipy matplotlib ipython jupyter pandas sympy nose
4、稍等片刻。。。。。。完成!