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?**