python 下载包慢的解决办法
解决方法:通过pip的命令参数,从国内的下载源,国外的替换为国内的镜像,进行目标包的下载;
具体参数: -i 参数,后跟国内的镜像地址;
例如:安装web模块django ,我们这里指定用豆瓣。。
pip install django -i https://pypi.douban.com/simple/
国内的一些站点:
豆瓣:http://pypi.douban.com/simple/
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/