Update README.md

This commit is contained in:
Jonas Haag 2022-05-17 10:37:16 +02:00 committed by GitHub
parent 4760bba356
commit f106e037ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 6 deletions

View File

@ -103,17 +103,16 @@ With the `--tree` (or `-t`) flag, you can get the same information in a tree.
`micromamba` is a tiny version of the `mamba` package manager.
It is a pure C++ package with a separate command line interface.
It can be used to bootstrap environments (as an alternative to miniconda), but it's currently experimental.
The benefit is that it's very tiny and does not come with a default version of Python.
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).
`micromamba` works in the bash, zsh, and fish shells on Linux & OS X.
It's completely statically linked, which allows you to drop it in some place and just execute it.
Note: it's advised to use micromamba in containers & CI only.
Note: Micromamba is currently experimental and it's advised to use micromamba in containers & CI only.
Download and unzip the executable (from the official conda-forge package):
```sh
# Also available for win-64, osx-64, and osx-arm64.
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
```