Specify the [dev] option to install the development packages:
pip install -e ".[dev]"Use pytest to run all unit tests.
pytestGenerate the docs:
cd docs
make htmlYou can then check out the generated HTML:
cd docs/build/html
python3 -m http.servermia's code is formatted using black. Run the formatter as follows:
make format