Installation
Dependencies
The following python packages should be installed with their specific dependencies:
It is of utmost importance that the PySAP package is correctly installed as we will be using the wavelet transforms provided by it.
Users
You can install the latest release from PyPi as follows:
bash
pip install mccd
Alternatively clone the repository and build the package locally as follows:
bash
pip install .
Developers
Developers are recommend to clone the repository and build the package locally in development mode with testing and documentation packages as follows:
bash
pip install -e .