We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4195e4 + 13c73dd commit f2cdcd0Copy full SHA for f2cdcd0
docs/html/topics/dependency-resolution.md
@@ -245,7 +245,7 @@ To find a version of both `package_coffee` and `package_tea` that depend on
245
the same version of `package_water`, you might consider:
246
247
- Loosening the range of packages that you are prepared to install
248
- (e.g. `pip install "package_coffee>0.44.*" "package_tea>4.0.0"`)
+ (e.g. `pip install "package_coffee>0.44" "package_tea>4.0.0"`)
249
- Asking pip to install _any_ version of `package_coffee` and `package_tea`
250
by removing the version specifiers altogether (e.g.
251
`pip install package_coffee package_tea`)
0 commit comments