标签:搜集 host 中国 直接 默认 pypi href yun 学技术
通过几次 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 --trusted-host pypi.douban.com
标签:搜集 host 中国 直接 默认 pypi href yun 学技术
原文地址:https://www.cnblogs.com/johnyang/p/12393248.html