cd ~
mkdir
.pip vim .pip/pip.conf

在pip.conf中写入

[global]
timeout = 6000
index-url = https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn

 

相关文章: