This project uses a Python environment for development and tests.
- Install the project with its test dependencies:
pip install -e '.[test]' - Run the tests:
pytest
Run the following commands if you want to build the docs locally:
cd docs
pip install -r requirements.txt
make html