mirror of https://github.com/mamba-org/mamba.git
Update README.md
This commit is contained in:
parent
4760bba356
commit
f106e037ea
11
README.md
11
README.md
|
@ -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
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue