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

fix syntax

This commit is contained in:
Bernard 2020-10-23 15:16:39 +02:00
parent cf89b0b6c2
commit b49a213b56

View file

@ -1484,9 +1484,9 @@ constrain the number of package versions it tries.
A first good candidate for this constraining is the package(s) it is
backtracking on (e.g. in the above example - ``cup``).
You coud try:
You could try:
==\ ``pip install tea cup > 3.13`` please check this syntax==
``pip install tea cup > 3.13``
This will reduce the number of versions of ``cup`` it tries, and
possibly reduce the time pip takes to install.