Skip to content

Prerequisites

Before using this template, make sure you have the following tools installed:

Required

Tool Minimum Version Install Guide
Python 3.10+ python.org/downloads
Copier 9.14.0+ uv tool install copier --with copier-templates-extensions
copier-templates-extensions 0.3.2+ Installed alongside Copier (see above)
uv latest uv installation guide
mise latest mise installation guide
pre-commit latest pre-commit installation guide

Quick Install

brew install python uv mise pre-commit
uv tool install copier --with copier-templates-extensions
# uv
curl -LsSf https://astral.sh/uv/install.sh | sh

# mise
curl https://mise.jdx.dev/install.sh | sh

# pre-commit
uv tool install pre-commit

# copier
uv tool install copier --with copier-templates-extensions
# uv
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

# mise
# See https://mise.jdx.dev/getting-started.html#windows

# pre-commit
uv tool install pre-commit

# copier
uv tool install copier --with copier-templates-extensions