Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 231 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 231 Bytes

1. Clone the repo and create a virtualenv (Python 3.12+)

python3.12 -m venv .venv source .venv/bin/activate

2. Install dependencies

pip install --upgrade pip pip install .[dev]

3. Set up pre-commit hooks

pre-commit install