pip 镜像

以下列出常用的国内镜像地址

阿里云
http://mirrors.aliyun.com/pypi/simple/

清华大学
https://pypi.tuna.tsinghua.edu.cn/simple/

中国科技大学
https://pypi.mirrors.ustc.edu.cn/simple/

豆瓣
http://pypi.douban.com/simple/

中国科学技术大学
http://pypi.mirrors.ustc.edu.cn/simple/

当需要安装 xxx 库的时候,只需添加镜像地址即可

pip  install xxx -i http://mirrors.aliyun.com/pypi/simple/

你可能感兴趣的:(pip,python,conda)