Requirements¶
To use this Copier template, you will need:
To install Git version 2, follow the official instructions.
To install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
We recommend using WSL 2 for the best experience:
wsl --install
Then inside WSL, install uv:
curl -LsSf https://astral.sh/uv/install.sh | sh
Alternatively, install uv natively on Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
To install Python with uv:
uv python install 3.X # Replace X with your desired version, e.g., 3.12
Then generate a project with:
uvx --with copier-templates-extensions copier copy --trust "gh:oedokumaci/python-production-template" /path/to/your/new/project