Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 271 Bytes

development.md

File metadata and controls

18 lines (14 loc) · 271 Bytes

Development

Requires Python 3.11 and higher.

Create venv and then install requirements:

pip install -r requirements.txt -r requirements.test.txt

Install pre-commit hooks:

pre-commit install

Run tests:

pytest tests