Installation

Setup development environment

Requirements

Installation of development dependencies

Install project dependencies into a virtual environment:

poetry install

Install documentation dependencies with:

poetry install --with docs

Run tests with:

poetry run pytest

To enter created virtual environment with all installed development dependencies run:

poetry shell