diff --git a/develop/_sources/installation.md b/develop/_sources/installation.md index 7b7fb46f1..391f31bff 100644 --- a/develop/_sources/installation.md +++ b/develop/_sources/installation.md @@ -8,7 +8,7 @@ SLEAP can be installed as a Python package on Windows, Linux, and Mac OS. ```bash - mamba create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1a1 + conda create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1a1 ``` @@ -23,7 +23,7 @@ SLEAP can be installed as a Python package on Windows, Linux, and Mac OS. ```{group-tab} Mac OS ```bash - mamba create -y -n sleap -c conda-forge -c anaconda -c sleap sleap=1.4.1a1 + conda create -y -n sleap -c conda-forge -c anaconda -c sleap sleap=1.4.1a1 ``` ```{note} @@ -57,7 +57,7 @@ conda config --set solver libmamba ``` ```{warning} -Any subsequent `mamba` commands in the docs will need to be replaced with `conda` if you choose to use your existing Anaconda installation. +Any subsequent `conda` commands in the docs will need to be replaced with `mamba` if you have [Mamba](https://mamba.readthedocs.io/en/latest/) installed instead of Anaconda or Miniconda. ``` ```` @@ -111,7 +111,7 @@ SLEAP can be installed three different ways: via {ref}`conda package Contents

Installation#

SLEAP can be installed as a Python package on Windows, Linux, and Mac OS.

-
mamba create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1a1
+
conda create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1a1
 
@@ -355,7 +355,7 @@

Installation