Install dependencies and run the bootstrap script.
python -m venv .venv
source .venv/bin/activate
pip install -e .
./scripts/bootstrap.sh
This is the canonical setup guide.