Skip to content

Commit

Permalink
Merge pull request #28 from NoraLoose/condaenv
Browse files Browse the repository at this point in the history
Conda environment
  • Loading branch information
miniufo authored Jul 25, 2023
2 parents df7ebae + 15bbc66 commit 513c60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/Installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ How to run the notebooks
If you want to run the example notebooks in this documentation, you will need a
few extra dependencies that you can install via:::

conda env create -f docs/environment.yml
conda env create -f environment.yml
conda activate xinvert


Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ dependencies:
- proplot
- cartopy
- pooch
- ipykernel

0 comments on commit 513c60b

Please sign in to comment.