pip国内镜像源

python pip官方的源下载速度实在是感人啊

一般采用国内源替代的方法从国内的镜像源下载(光速biu~

配置文件在
~/.pip/pip.conf

如果没有则手动添加配置文件
[global] index-url = http://mirrors.aliyun.com/pypi/simple/ trusted-host=mirrors.aliyun.com

阿里云速度最快 其余的还有豆瓣和中科大的源 可以自行更改

你可能感兴趣的:(pip国内镜像源)