Skip to content

Commit 53e2a5c

Browse files
committed
Use pip-cli for an example pip invocation
1 parent d7c3306 commit 53e2a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/html/topics/dependency-resolution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ strategies listed below.
131131

132132
It is usually a good idea to add constraints the package(s) that pip is backtracking on (e.g. in the above example - `cup`).
133133

134-
You could try:
134+
You could try something like:
135135

136-
```
137-
pip install tea "cup >= 3.13"
136+
```{pip-cli}
137+
$ pip install tea "cup >= 3.13"
138138
```
139139

140140
This will reduce the number of versions of `cup` it tries, and

0 commit comments

Comments
 (0)