Skip to content

Quickstart

Learning starts with failure.

— Josiah Bancroft

🛠️ uv

Install a package manager:

brew install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
wget -qO- https://astral.sh/uv/install.sh | sh

Install repo:

uv venv --python 3.12
uv sync

🏃 Hello World

$ uv run hello_world.py
hello world!
Done!