1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Add the last line to the info message

This commit is contained in:
Pradyun Gedam 2020-10-27 01:22:13 +05:30
parent 1acca46aa3
commit 55e316a452
No known key found for this signature in database
GPG key ID: FF99710C4332258E

View file

@ -35,6 +35,8 @@ class PipReporter(BaseReporter):
"This is taking longer than usual. You might need to provide the "
"dependency resolver with stricter constraints to reduce runtime."
"If you want to abort this run, you can press Ctrl + C to do so."
"To improve how pip performs, tell us that this happened here: "
"https://pip.pypa.io/surveys/backtracking"
)
}