Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

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