Install python 3.7.6 with miniconda:
on Linux:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86.sh
on MacOS:
curl -O https://repo.anaconda.com/miniconda/Miniconda3-latest-MacOSX-x86_64.sh
bash Miniconda3-latest-MacOSX-x86_64.sh
go to a directory of your choice
git clone https://github.com/cmoestl/cme_signatures
Create a conda environment using the environment.yml and requirements.txt file in the heliocats root directory, and activate the environment in between:
conda env create -f environment.yml
conda activate cmesig
pip install -r requirements.txt