Installation

Creating the Conda environment

  1. Install Miniconda

  2. Activate conda in Miniconda first using conda activate or source ~/miniconda3/bin/activate.

  3. Run the following command:

conda env create -f environment.yml
  1. Make sure that you see “extremedetection” in the output when you ask for a list of all available environments:

conda env list

Activating the “extremedetection” environment

Run the following:

conda activate extremedetection