在使用 pip
安装 Python 库时,可以通过更改镜像地址来加速下载。示例如下:
原命令
python -m pip install Django
改成从清华大学镜像地址下载:
python -m pip install Django -i https://pypi.tuna.tsinghua.edu.cn/simple
常用镜像地址
- 清华大学:
https://pypi.tuna.tsinghua.edu.cn/simple
- 阿里云:
https://mirrors.aliyun.com/pypi/simple
- 豆瓣:
https://pypi.douban.com/simple
- 中国科技大学:
https://pypi.mirrors.ustc.edu.cn/simple
评论区
发表新的留言
您可以留言提出您的疑问或建议。
您的留言得到回复时,会通过您填写的邮箱提醒您。