PyPI国内镜像源

PyPI使用国内源

通过几次 pip 的使用,对于默认的 pip 源的速度实在无法忍受,于是便搜集了一些国内的pip源

阿里云 http://mirrors.aliyun.com/pypi/simple/

中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/ 

豆瓣(douban) http://pypi.douban.com/simple/ 

清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/

中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple/



使用方法很简单,直接 -i 加 url 即可!如下:

pip install web.py -i http://pypi.douban.com/simple

如果报错:  使用命令—— pip install web.py -i http://pypi.douban.com/simple --trusted-host pypi.douban.com

链接地址: https://www.cnblogs.com/sunnydou/p/5801760.html

猜你喜欢

转载自blog.csdn.net/chang995196962/article/details/83749514