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] - Install pre-commit hooks
pre-commit install - Run tests via
pytestorpytest-watch(short:ptw) - Build docs via
pip install -e .[docs]andmkdocs serve