Closed njoeres closed 1 year ago
Contains improvements of the documentation and for building the package.
As the setup.cfg file and the requirements-dev.txt changed, you might need to reinstall the package and its dependencies:
setup.cfg
requirements-dev.txt
pip install -e .
pip install -r requirements-dev.txt
Contains improvements of the documentation and for building the package.
As the
setup.cfg
file and therequirements-dev.txt
changed, you might need to reinstall the package and its dependencies:pip install -e .
pip install -r requirements-dev.txt