Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.16 KB

File metadata and controls

41 lines (27 loc) · 1.16 KB
Documentation Status

Installation Guide for CMPITool

Obtain Source Code

Clone the CMPITool repository from GitHub:

git clone https://github.com/JanStreffing/cmpitool/

Create Conda Environment

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.yaml

Activate Conda Environment

Activate the newly created Conda environment named "cmpitool":

conda activate cmpitool

Install in Editable Mode

Install 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/