Skip to content
Snippets Groups Projects
Unverified Commit ea61ae8c authored by Jesse Mapel's avatar Jesse Mapel Committed by GitHub
Browse files

Updated install instructions to put mamba in base (#4645)

parent 66f0dacd
No related branches found
No related tags found
No related merge requests found
...@@ -80,7 +80,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+ ...@@ -80,7 +80,7 @@ This installation guide is for ISIS users interested in installing ISIS (3.6.0)+
6. Download [Mamba](https://github.com/mamba-org/mamba). The ISIS environment is quite large and the Conda solver can take hours to resolve it. Instead, we recommend you use the much faster [Mamba](https://github.com/mamba-org/mamba) solver: 6. Download [Mamba](https://github.com/mamba-org/mamba). The ISIS environment is quite large and the Conda solver can take hours to resolve it. Instead, we recommend you use the much faster [Mamba](https://github.com/mamba-org/mamba) solver:
conda install -c conda-forge mamba conda install -n base -c conda-forge mamba
7. The environment is now ready to download ISIS and its dependencies: 7. The environment is now ready to download ISIS and its dependencies:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment