Skip to content

Commit e01c7c9

Browse files
Sync all groups with uv
Co-authored-by: Paul Smith <[email protected]>
1 parent dfac016 commit e01c7c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ uv venv --python 3.11.6
309309
Once you have created and activated a virtual environment for the project, you can install the package in [editable mode](https://setuptools.pypa.io/en/latest/userguide/development_mode.html), along with both its required dependencies and optional sets of dependencies for development (`dev`), documentation (`docs`) and testing (`test`) by running
310310

311311
```sh
312-
uv pip install --editable . --group dev --group docs --group test
312+
uv sync --all-groups
313313
```
314314

315315
from the root of the project repository. Note that `uv>=0.6.7` is required to use the `--group` option.

0 commit comments

Comments
 (0)