diff --git a/references_tips/InstallPython.md b/references_tips/InstallPython.md index 1db4478..c35dbab 100644 --- a/references_tips/InstallPython.md +++ b/references_tips/InstallPython.md @@ -67,7 +67,7 @@ custom_channels: ### 3.2 设置PIP源 ``` -pip config set global.index-url 'https://mirrors.aliyun.com/pypi/simple/' +pip config set global.index-url 'https://pypi.mirrors.ustc.edu.cn/simple/' ```