码迷,mamicode.com
首页 > 编程语言 > 详细

python安装scipy

时间:2019-09-28 01:15:56      阅读:120      评论:0      收藏:0      [点我收藏+]

标签:pypi   numpy   阿里   panda   mat   pre   --   scipy   com   

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

python安装scipy

标签:pypi   numpy   阿里   panda   mat   pre   --   scipy   com   

原文地址:https://www.cnblogs.com/ywf520/p/11600929.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!