首页 > 编程语言 > 详细

Python pip包管理器安装第三方库超时解决方案

时间:2018-10-20 21:31:40      阅读:126      评论:0      收藏:0      [点我收藏+]

一、国内镜像安装

使用方法:pip install --镜像网站 第三方库名

 

二、镜像网站

http://pypi.douban.com/simple/ 豆瓣
http://mirrors.aliyun.com/pypi/simple/ 阿里 http://pypi.hustunique.com/simple/ 华中理工大学 http://pypi.sdutlinux.org/simple/ 山东理工大学 http://pypi.mirrors.ustc.edu.cn/simple/ 中国科学技术大学 https://pypi.tuna.tsinghua.edu.cn/simple 清华

 

三、使用案例(安装django,使用中国科大镜像)

pip install --index https://pypi.mirrors.ustc.edu.cn/simple/ Django

Python pip包管理器安装第三方库超时解决方案

原文:https://www.cnblogs.com/iwuqing/p/9823007.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!