Installation#
MoDaCor requires Python 3.12 or newer.
Install the latest released package from PyPI:
pip install modacor
Install the latest development snapshot directly from GitHub:
pip install git+https://github.com/BAMresearch/modacor.git
For the long-lived runtime service, install the server extras and follow Server installation.