From 0e743c1f6086736125a8ff9a1b74178b21b4f29a Mon Sep 17 00:00:00 2001 From: Lukas Riedel <34276446+peanutfun@users.noreply.github.com> Date: Wed, 22 Nov 2023 10:38:45 +0100 Subject: [PATCH] Improve distinction between Mamba and Conda MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sarah Hülsen <49907095+sarah-hlsn@users.noreply.github.com> --- doc/guide/install.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/guide/install.rst b/doc/guide/install.rst index c4d6e3950..72c6c3196 100644 --- a/doc/guide/install.rst +++ b/doc/guide/install.rst @@ -24,10 +24,10 @@ Prerequisites * Ensure a **stable internet connection** for the installation procedure. All dependencies will be downloaded from the internet. Do **not** use a metered, mobile connection! -* Install `Conda`_. +* Install the `Conda`_ package manager. We highly recommend you use `Miniforge`_, which includes the potent `Mamba`_ package manager. Download the installer suitable for your system and follow the respective installation instructions. - We do **not** recommend using ``conda`` anymore, see :ref:`conda-instead-of-mamba`. + We do **not** recommend using the ``conda`` command anymore, rather use ``mamba`` (see :ref:`conda-instead-of-mamba`). .. note:: When mentioning the terms "terminal" or "command line" in the following, we are referring to the "Terminal" apps on macOS or Linux and the "Miniforge Prompt" on Windows. @@ -556,7 +556,7 @@ All three approaches can also be combined. .. _conda-instead-of-mamba: -Conda Instead of Mamba +Conda as Alternative to Mamba ^^^^^^^^^^^^^^^^^^^^^^ We experienced several issues with the default ``conda`` package manager lately.