常见问题

 

pip 安装 Python module 速度比较慢怎么办

更新时间 2021-02-16

建议更改 pip 源以提升安装速度,创建 /root/.pip/ 文件夹,新建 pip.conf 文件,文件内容为

[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
这篇文档解决了您的问题吗?
0
0