常用的国内镜像地址列表如下:
阿里云 http://mirrors.aliyun.com/pypi/simple
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple
豆瓣(douban) http://pypi.douban.com/simple
清华大学 https://pypi.tuna.tsinghua.edu.cn/simple
中国科学技术大学 http://pypi.mirrors.ustc.edu.cn/simple
终端下,如果也希望能使用国内镜像,可以修改 ~/.pip/pip.conf (没有就新建一个), 内容参考下面:
[global]
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
本文汇总了多个国内常用Python包镜像源地址,包括阿里云、中国科技大学、豆瓣、清华大学等,便于提高下载速度。同时介绍了如何配置pip以使用这些镜像源,提升开发效率。
2052

被折叠的 条评论
为什么被折叠?



