From 69e4a73c3daf3648ed8eb156f9a3d23e22991a2a Mon Sep 17 00:00:00 2001 From: bushuhui Date: Fri, 8 Jul 2022 17:57:35 +0800 Subject: [PATCH] Update pip mirror --- references_tips/InstallPython.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/' ```