From 58c56d9513adcc3bf3650f1ab63014a333a6c587 Mon Sep 17 00:00:00 2001 From: Evgenia Galytska Date: Mon, 21 Aug 2023 09:56:28 +0200 Subject: [PATCH] added installation command for the env --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 0867c5c..dae8dc9 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,11 @@ cd galytska23jgr_EvaluatingCausalArcticMidlatTelec conda env create --name my_env --file environment.yml conda activate my_env ``` +In case the environment file ```environment.yml``` is not working (most likely because some of the dependencies are not available anymore), we suggest creating the environment with the following key dependencies: +``` +conda create -n my_env python=3.9 numpy matplotlib scipy iris pandas seaborn xarray +``` + Install anaconda ipykernel (if needed) and create a new kernel for Jupyter Notebook ```