這篇文章將解除你使用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