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