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
1 changed files with 2 additions and 0 deletions

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"
)
}