Python pip包管理器安装第三方库超时
2018-12-06 本文已影响0人
iwuqing
一、国内镜像安装
语法格式:pip install --index 镜像网站 第三方库名
二、镜像网站
- 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