Clone the CMPITool repository from GitHub:
git clone https://github.com/JanStreffing/cmpitool/Navigate into the CMPITool directory and create a Conda environment containing the necessary libraries using the provided environment.yaml file:
cd cmpitool
conda env create -f environment.yamlActivate the newly created Conda environment named "cmpitool":
conda activate cmpitoolInstall CMPITool in editable mode using pip:
pip install -e .Once installation is complete, you can start using CMPITool. For more info that that, check out the documentation at https://cmpitool.readthedocs.io/