You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/getting-started-template-contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This section is for contributors looking to work on the `cookiecutter-robust-pyt
7
7
To contribute to the template, you will need:
8
8
9
9
1.**Git**: For version control.
10
-
2.**Python 3.9+**: We recommend using a supported Python version.
10
+
2.**Python 3.10+**: We recommend using a supported Python version.
11
11
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<>`.
12
12
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
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.
Copy file name to clipboardExpand all lines: docs/quickstart.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For detailed tool explanations and project philosophy, see the full documentatio
10
10
11
11
Make sure you have these installed:
12
12
13
-
-**Python 3.9+** (or your chosen template version).
13
+
-**Python 3.10+** (or your chosen template version).
14
14
-**Git**.
15
15
-**uv**: Our chosen dependency manager. Install it {uv-install}`officially<>`.
16
16
-**Docker or Podman**: If you plan to work with containers (most web apps will need this). Install {docker-install}`Docker<>` or {podman-install}`Podman<>`.
0 commit comments