ywf520

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、稍等片刻。。。。。。完成!

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-06-11
  • 2021-12-02
  • 2021-03-31
  • 2021-05-08
  • 2021-11-19
  • 2021-11-25
  • 2021-10-26
猜你喜欢
  • 2021-11-19
  • 2021-11-19
  • 2022-12-23
  • 2022-01-07
  • 2021-08-28
  • 2021-07-31
相关资源
相似解决方案