Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 184 Bytes

File metadata and controls

11 lines (9 loc) · 184 Bytes

Contributing

PRs welcome!

Setup (dev)

python -m venv .venv
source .venv/bin/activate  # Windows: .\.venv\Scripts\Activate.ps1
pip install -r requirements.txt
pytest