Python使用pip安装慢问题
2017-02-18 本文已影响0人
大李子biglee
建议使用国内阿里云镜像,速度非常快。
将以下配置写入:~/.pip/pip.conf,保存。
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com
建议使用国内阿里云镜像,速度非常快。
将以下配置写入:~/.pip/pip.conf,保存。
[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com