Install uv
# install the project and dependencies (note: this is done implicitly when you `uv run <COMMAND>`)
uv sync
# optionally, install git hooks via pre-commit
uv run pre-commit installMake sure that aocd knows where to find your session token.
My personal preference is to put it in ~/.config/aocd/token.
uv run pytestSupports aoc test runner.