-
Install uv (if not already installed):
macOS/Linux:
curl -LsSf https://astral.sh/uv/install.sh | shWindows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
-
Install dependencies:
uv sync
-
Run the script:
uv run add_numbers.py
This will generate numbered images in the outputs/ directory.