Page tree
Skip to end of metadata
Go to start of metadata

参考:https://pypi-mirrors.org/

pip install -i https://<mirror>/simple <package> 

或者修改配置文件 ~/.pip/pip.conf:

 [global]
 index-url = https://<mirror>/simple

阿里云的源:

[global]
index-url = http://mirrors.aliyun.com/pypi/simple/
[install]
trusted-host=mirrors.aliyun.com


  • No labels
Write a comment...