解决 国外网站下载慢方法——(python 模块的安装,等等)

目录:

  • 镜像源:
  • python安装模块

镜像源:

1.搜狐:http://mirrors.sohu.com/
2.网易:http://mirrors.163.com/
3.阿里云:http://mirrors.aliyun.com/     #个人感觉最快
4.腾讯:http://Android-mirror.bugly.qq.com:8080/(仅针对APP开发的软件,限流,不推荐)
5.淘宝:http://npm.taobao.org/
6.豆瓣:http://pypi.douban.com/simple/   
7.中国科技大学:https://pypi.mirrors.ustc.edu.cn/simple/
8.山东理工大学:http://pypi.sdutlinux.org/simple/        
9.华中理工大学:http://pypi.hustunique.com/simple/ 
9中国科学院:http://pypi.mirrors.opencas.cn/simple/ 
10.上海交通大学:http://ftp.sjtu.edu.cn/html/resources.xml(部分移动运营商出口状况不佳,无法访问)
11.华中科技大学:http://mirror.hust.edu.cn/(当前已用容量估计:4.83T)
12.清华大学:http://mirrors.tuna.tsinghua.edu.cn/(当前已用容量估计:9.8T)

python安装模块

加参数 -i
例如:pip install 库名 -i 镜像源

你可能感兴趣的:(python)