Use GitHub snapshot to avoid Git dependency

Co-authored-by: Xavier Fernandez <xav.fernandez@gmail.com>
This commit is contained in:
Tzu-ping Chung 2020-06-10 06:19:54 +08:00
parent 64432abc37
commit e2a2a2b9ec
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ Please provide as much information as you can about your failure, so that we can
Try if your issue has been fixed in the in-development version of pip. Use the following command to install pip from master:
python -m pip install -U "pip @ git+https://github.com/pypa/pip.git"
python -m pip install -U "pip @ https://github.com/pypa/pip/archive/master.zip"
-->
**What did you want to do?**