docs: Remove installation non-recommendation (#3656)

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-12-04 18:04:03 +01:00 committed by GitHub
parent 575809fbc3
commit a595d0d19c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 20 deletions

View File

@ -18,26 +18,6 @@ After successful installation, you can use the mamba commands as described in :r
1. After installation, please :ref:`make sure <defaults_channels>` that you do not have the Anaconda default channels configured.
2. Do not install anything into the ``base`` environment as this might break your installation. See :ref:`here <base_packages>` for details.
Existing ``conda`` install (not recommended)
********************************************
.. warning::
This way of installing Mamba is **not recommended**.
We strongly recommend to use the Miniforge method (see above).
To get ``mamba``, just install it *into the base environment* from the ``conda-forge`` channel:
.. code:: bash
# NOT RECOMMENDED: This method of installation is not recommended, prefer Miniforge instead (see above)
# conda install -n base --override-channels -c conda-forge mamba 'python_abi=*=*cp*'
.. warning::
Installing mamba into any other environment than ``base`` is not supported.
Docker images
*************