Skip to content

Commit ced31b7

Browse files
authored
docs: mention uv high level to clarify statement (#654)
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 52ed0d0 commit ced31b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_includes/pyproject.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ because they are formally standardized (i.e. they will be more portable going
117117
forward) and they are more composable. In contrast with extras,
118118
dependency-groups are not available when installing your package via PyPI, but
119119
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:
120+
your package); the `dev` group is even installed, by default, when using `uv`'s
121+
high level commands like `uv run` and `uv sync`. Here is an example:
122122

123123
```toml
124124
[dependency-groups]

0 commit comments

Comments
 (0)