summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@users.noreply.github.com>2021-08-06 15:33:42 +0100
committerPradyun Gedam <pradyunsg@users.noreply.github.com>2021-08-13 13:37:46 +0100
commit53e2a5cf0a2388e385dab299bdfa5321c3439705 (patch)
treeabd37c522b8e842bcadcafa4e450b5a9c7af94cd
parentd7c33065adcfc344fcc9e1314ffecd90af95aef4 (diff)
downloadpip-53e2a5cf0a2388e385dab299bdfa5321c3439705.tar.gz
Use `pip-cli` for an example pip invocation
-rw-r--r--docs/html/topics/dependency-resolution.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/html/topics/dependency-resolution.md b/docs/html/topics/dependency-resolution.md
index 98c791916..a8a4d69a7 100644
--- a/docs/html/topics/dependency-resolution.md
+++ b/docs/html/topics/dependency-resolution.md
@@ -131,10 +131,10 @@ strategies listed below.
It is usually a good idea to add constraints the package(s) that pip is backtracking on (e.g. in the above example - `cup`).
-You could try:
+You could try something like:
-```
-pip install tea "cup >= 3.13"
+```{pip-cli}
+$ pip install tea "cup >= 3.13"
```
This will reduce the number of versions of `cup` it tries, and