diff --git a/notebooks/OutsideInstall-Local.md b/notebooks/OutsideInstall-Local.md index 7495de8..702e9e2 100644 --- a/notebooks/OutsideInstall-Local.md +++ b/notebooks/OutsideInstall-Local.md @@ -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.