[docs] adjust wildcard version constraint explanation
parent
b56ae1a484
commit
33f49462bd
|
@ -81,8 +81,7 @@ Version constraints can be specified in a few different ways.
|
|||
versions. Valid operators are `>`, `>=`, `<`, `<=`. An example range would be `>=1.0`. You can define multiple of these, separated by comma:
|
||||
`>=1.0,<2.0`.
|
||||
|
||||
* **Wildcard:** You can specify a pattern with a `*` wildcard. The previous
|
||||
`>=1.0,<2.0` example could also be written as `1.0.*`.
|
||||
* **Wildcard:** You can specify a pattern with a `*` wildcard. `1.0.*` is the equivalent of `>=1.0,<1.1-dev`.
|
||||
|
||||
## Installing dependencies
|
||||
|
||||
|
|
Loading…
Reference in New Issue