Skip to content

Commit

Permalink
local install of mamba allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
profLewis authored Jul 14, 2023
1 parent c2f6951 commit c831236
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions notebooks/OutsideInstall-Local.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,18 @@ 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 install -c conda-forge mamba
conda create -y -n mamba
conda activate mamba
conda install -y -c conda-forge mamba

Answer `Y` to any prompts.

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

mamba env create --force -n geog0111 -f environment.yml
mamba env create -y --force -n geog0111 -f environment.yml
This may take minutes/tens of minutes. If you do not have `mamba`, just use `conda` (Warning: this is *much* slower):

conda env create --force -n geog0111 -f environment.yml
conda env create -y --force -n geog0111 -f environment.yml

## 3. Set up anaconda.

Expand Down

0 comments on commit c831236

Please sign in to comment.