From d1df9f556983f2956f723915beaa5b1afeb1e36e Mon Sep 17 00:00:00 2001 From: Oliver Lemke Date: Wed, 17 Apr 2024 08:47:33 +0200 Subject: [PATCH] Be explicit about Miniforge3 in docs --- python/doc/source/installation.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/python/doc/source/installation.rst b/python/doc/source/installation.rst index 4874e8f9e7..19c72243cd 100644 --- a/python/doc/source/installation.rst +++ b/python/doc/source/installation.rst @@ -4,13 +4,14 @@ Installation Pre-compiled binaries ^^^^^^^^^^^^^^^^^^^^^ -Pre-compiled binaries of the ARTS interface for macOS and Linux including -the ARTS engine for performing RT simulations can be installed from the -conda-forge environment at the rttools channel: +Pre-compiled binaries of the ARTS interface for macOS and Linux including the +ARTS engine for performing RT simulations can be installed in a `Miniforge3 +`_ environment from the +rttools channel: .. code-block:: bash - conda install -c rttools pyarts + mamba install -c rttools pyarts Other versions are available on the `ARTS homepage `_.