From e2a2a2b9ecf607d282cfe038516ba045e1ae514d Mon Sep 17 00:00:00 2001 From: Tzu-ping Chung Date: Wed, 10 Jun 2020 06:19:54 +0800 Subject: [PATCH] Use GitHub snapshot to avoid Git dependency Co-authored-by: Xavier Fernandez --- .github/ISSUE_TEMPLATE/resolver-failure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/resolver-failure.md b/.github/ISSUE_TEMPLATE/resolver-failure.md index dbe545e61..b5215cef9 100644 --- a/.github/ISSUE_TEMPLATE/resolver-failure.md +++ b/.github/ISSUE_TEMPLATE/resolver-failure.md @@ -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?**