Skip to content

Commit

Permalink
added installation command for the env
Browse files Browse the repository at this point in the history
  • Loading branch information
egalytska committed Aug 21, 2023
1 parent 40d0559 commit 58c56d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

```
Expand Down

0 comments on commit 58c56d9

Please sign in to comment.