From 8ac5076f82f4a4d72a133189575b3e2ac8600df2 Mon Sep 17 00:00:00 2001 From: Xifeng Li Date: Fri, 9 Jul 2021 19:46:35 +0800 Subject: [PATCH] Update get-pip.py link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac4eece..91984a7 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ mysql客户端从`pymysql`修改成了`mysqlclient`,具体请参考 [pypi](htt ``` curl http://peak.telecommunity.com/dist/ez_setup.py | python - curl https://raw.github.com/pypa/pip/master/contrib/get-pip.py | python + curl https://bootstrap.pypa.io/get-pip.py | python ``` - Windows电脑: