Skip to content

Commit 198e455

Browse files
committed
docs: fix reasoning for using uvx in getting-started-template-contributing.md
1 parent 14ccc3d commit 198e455

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started-template-contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To contribute to the template, you will need:
1010
2. **Python 3.9+**: We recommend using a supported Python version.
1111
3. **uv**: Our chosen dependency manager (see [Dependency Management (02)](topics/02_dependency-management.md)). Install `uv` globally or in a base environment following the official {uv-install}`uv installation guide<>`.
1212
4. **Docker or Podman**: Required for testing the containerization aspects of the generated template (see [Container Build (11)](topics/11_container-build.md), [Dev Containers (17)](topics/17_dev-containers.md)).
13-
5. **Task Automation Tools**: The template uses `noxfile.py` for development workflows. We use `uvx` to run nox without installing it globally.
13+
5. **Task Automation Tools**: The template uses `noxfile.py` for development workflows. We use `uvx` to run `nox` so that it automatically installs if needed.
1414

1515
## Setting up Your Development Environment
1616

0 commit comments

Comments
 (0)