https://segmentfault.com/a/1190000006111096
mac也能这样,我的配置
[global]
index-url=http://mirrors.aliyun.com/pypi/simple/[install]
trusted-host=mirrors.aliyun.com
众所周知,pip默认源的速度是相当慢的,提高速度,用以下方法
linux下运行命令
vi ~/.pip/pip.conf
然后写入如下内容并保存
windows:
%HOMEPATH%\pip\pip.ini
1 2 3 |
[global] trusted-host = mirrors.aliyun.com index-url = <span class="hljs-string">https:</span><span class="hljs-comment">//mirrors.aliyun.com/pypi/simple</span> |
速度如图