InstallationΒΆ
Install the package:
pip install -e .
Install development and documentation dependencies:
pip install -r requirements-dev.txt
Build the documentation:
sphinx-build -b html docs docs/_build/html
Run the tests:
pytest
Install the package:
pip install -e .
Install development and documentation dependencies:
pip install -r requirements-dev.txt
Build the documentation:
sphinx-build -b html docs docs/_build/html
Run the tests:
pytest