Skip to content

Commit

Permalink
Put more "not recommended" warnings in the installation instructions (m…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored and cvanelteren committed Jul 31, 2023
1 parent 68c1169 commit b782fce
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ is a community project of the conda-forge community that packages ``mamba``.
Doing so may break ``mamba`` and ``conda`` installation.


Existing ``conda`` install
**************************
Existing ``conda`` install (not recommended)
********************************************

.. warning::
This way of installing Mamba is **not recommended**.
Expand All @@ -35,7 +35,8 @@ To get ``mamba``, just install it *into the base environment* from the ``conda-f

.. code:: bash
conda install -n base --override-channels -c conda-forge mamba 'python_abi=*=*cp*'
# NOT RECOMMENDED: This method of installation is not recommended, prefer Mambaforge instead (see above)
# conda install -n base --override-channels -c conda-forge mamba 'python_abi=*=*cp*'
.. warning::
Expand Down

0 comments on commit b782fce

Please sign in to comment.