Installation¶
Creating the Conda environment¶
Install Miniconda
Activate conda in Miniconda first using conda activate or source ~/miniconda3/bin/activate.
Run the following command:
conda env create -f environment.yml
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