Skip to content

Commit

Permalink
Remove outdated micromamba experimental warning (#2430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashaag authored Mar 31, 2023
1 parent c90533d commit 317c375
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
8 changes: 0 additions & 8 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ To get ``mamba``, just install it *into the base environment* from the ``conda-f
micromamba
==========

``micromamba`` is a tiny version of the ``mamba`` package manager.
It is a pure C++ package with a separate command line interface.
It is very tiny, does not need a ``base`` environment and does not come with a default version of Python.
It is completely statically linked, which allows you to drop it in some place and just execute it.
It can be used to bootstrap environments (as an alternative to miniconda).

Note: ``micromamba`` is currently experimental and it's advised to use it in containers & CI only.

.. _umamba-install-automatic-installation:

Automatic installation
Expand Down
6 changes: 3 additions & 3 deletions docs/source/user_guide/micromamba.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
Micromamba
==========

``micromamba`` is a small, pure-C++ executable with enough functionalities to *bootstrap* fully functional conda-environments.

Still at early stage, it's main usage is in continous integration pipelines: since it's a single executable, it reduces dramatically bandwidth usage and provide *fast* operations.
``micromamba`` is a tiny version of the ``mamba`` package manager.
It is a statically linked C++ executable with a separate command line interface.
It does not need a ``base`` environment and does not come with a default version of Python.


Quickstarts
Expand Down

0 comments on commit 317c375

Please sign in to comment.