Skip to content

Commit

Permalink
Update OutsideInstall-Local.md
Browse files Browse the repository at this point in the history
  • Loading branch information
profLewis authored Jul 14, 2023
1 parent c831236 commit 22929cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions notebooks/OutsideInstall-Local.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ We assume you will setup the repository in your home directory (`~`). If not, th

This will be faster if you first install the package `mamba`. To do this:

conda create -y -n mamba
conda create -n mamba
conda activate mamba
conda install -y -c conda-forge mamba
conda install -c conda-forge mamba

Answer 'Y' to any prompts to install.

If you choose to use `mamba` then you can install the `geog0111` environment with:

Expand Down

0 comments on commit 22929cc

Please sign in to comment.