We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ed0d0 commit ced31b7Copy full SHA for ced31b7
docs/_includes/pyproject.md
@@ -117,8 +117,8 @@ because they are formally standardized (i.e. they will be more portable going
117
forward) and they are more composable. In contrast with extras,
118
dependency-groups are not available when installing your package via PyPI, but
119
they are available for local installation (and can be installed separately from
120
-your package); the `dev` group is even installed, by default, when using `uv`.
121
-Here is an example:
+your package); the `dev` group is even installed, by default, when using `uv`'s
+high level commands like `uv run` and `uv sync`. Here is an example:
122
123
```toml
124
[dependency-groups]
0 commit comments