Installation#
Which Python?#
You’ll need Python 3.10 or greater (>=3.10, <3.14).
Installation using pip#
MDDC is availble on PyPI and can be installed using pip install MDDC.
Dependencies#
MDDC requires the following (arranged alphabetically):
Testing#
MDDC uses the Python pytest package.
To install pytest, please go here.
To run the tests using pytest, please follow these instructions.
Navigate to the tests folder to run the tests.