Skip to content

add environment.yml file to create conda environment

Marc-Antoine Drouin requested to merge requirement_file into development

This file allows to create a working conda environment to run the notebooks

conda env create -n scc_plots -f environment.yml

When the installation is done load the environment using:

conda activate scc_plots

Merge request reports