这篇文章将解除你使用python的pip install xxx
受到的网速限制,若是只是下载较小的第三方库,能够尝试pip --default-timeout=100 install -U xxx
。python
1、Windows阿里云
#PyPI = Index('https://pypi.python.org/') PyPI = Index('https://pypi.douban.com/')
2、Macurl
cd ~
mkdir pip
vi pip.conf
,而且写入阿里云镜像:[global] index-url = http://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com