fix syntax

This commit is contained in:
Bernard 2020-10-23 15:16:39 +02:00
parent cf89b0b6c2
commit b49a213b56
1 changed files with 2 additions and 2 deletions

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.