标签:清华大学 pre pip url index 内容 sim targe 科学技术
建个文件 ~/.pip/pip.conf, 内容如下
[global] timeout = 6000 index-url = http://pypi.douban.com/simple/ [install] use-mirrors = true mirrors = http://pypi.douban.com/simple/ trusted-host = pypi.douban.com
几个比较好的Pypi Mirror:
也可以指定单个库的安装源:
pip install flask -i http://pypi.v2ex.com/simple
标签:清华大学 pre pip url index 内容 sim targe 科学技术
原文地址:http://www.cnblogs.com/legendjslc/p/7465907.html