This package provides the basis to implement molecular prediction modules in the NERDD ecosystem.
pip install -U nerdd-module
- Fork and clone the code
- Install test dependencies with
pip install -e .[test,dev,csp]
- Run tests via
pytest
orpytest-watch
(short:ptw
) - Build docs via
pip install -e .[docs]
andmkdocs serve