- Python 3.8 or above
- pip 23.1.2 or above (to upgrade pip run
python -m pip install --upgrade pip
)
- clone this repository
pip install .[all]
- install dependencies for developingpre-commit install
- setup pre commit hooks
to run tests execute pytest -n logical
in your terminal
to lint code with ruff execute ruff check .
in your terminal
to lint code with black execute black --check .
in your terminal