一、因为国外网站太慢,因此这里使用的是阿里的镜像python
https://mirrors.aliyun.com/pypi/simple/
二、去官网查看,官方给出的安装方法以下:【pip安装和apt的方式两种】windows
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
三、因为我使用的是windows而且安装了pip,因此这里使用pip进行安装网站
python -m pip install -i https://mirrors.aliyun.com/pypi/simple/ --user numpy scipy matplotlib ipython jupyter pandas sympy nose
四、稍等片刻。。。。。。完成!spa