ICOM analysis and codes
First, create a conda environment and install all the required dependencies:
conda env create -f environment.yml
It creates a new environment called icom
with all dependencies installed. Then you only need to activate the icom conda environment:
conda activate icom