diff --git a/README.md b/README.md index f778c4f54b..c4fb82a97e 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ Recurrent development tasks like bumping versions of used development tools or r GT4Py uses the Sphinx tool for the documentation. To build browseable HTML documentation, install the required tools provided in the `docs` dependency group: ```bash -uv install --group docs --extra all # or --group dev +uv sync --group docs --extra all # or --group dev ``` (Note that most likely these tools are already installed in your development environment, since the `docs` group is included in the `dev` group, which installed by default by `uv sync` if no dependency groups are specified.) diff --git a/dev-tasks.py b/dev-tasks.py index 437d107807..2365deed61 100755 --- a/dev-tasks.py +++ b/dev-tasks.py @@ -1,4 +1,4 @@ -#! /usr/bin/env -S uv run -q +#! /usr/bin/env -S uv run -q --script # # GT4Py - GridTools Framework #