mirror of https://github.com/mamba-org/mamba.git
parent
9997ff8265
commit
c816d94bf8
|
@ -36,10 +36,10 @@ The ecosystem also consists of `quetz`, an open source conda package server and
|
|||
|
||||
### Installation
|
||||
|
||||
It's advised to install mamba from conda-forge. If you already have conda:
|
||||
It's advised to install mamba from conda-forge. If you already have conda, install mamba into the base environment:
|
||||
|
||||
```
|
||||
conda install mamba -c conda-forge
|
||||
conda install mamba -n base -c conda-forge
|
||||
```
|
||||
|
||||
otherwise it's best to start with [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
|
||||
|
|
|
@ -14,7 +14,7 @@ After successful installation, you can use the mamba commands as described in [H
|
|||
For conda users
|
||||
---------------
|
||||
|
||||
If you are already a conda users, very good! Using mamba will feel natural.
|
||||
If you are already a conda user, very good! Using mamba will feel natural.
|
||||
|
||||
To get mamba, install it _into the base environment_ from the `conda-forge` channel:
|
||||
|
||||
|
@ -22,6 +22,8 @@ To get mamba, install it _into the base environment_ from the `conda-forge` chan
|
|||
conda install mamba -n base -c conda-forge
|
||||
```
|
||||
|
||||
_Note: Installing mamba into any other environment can cause unexpected behavior._
|
||||
|
||||
There is little difference between using conda & mamba. You can swap almost all commands:
|
||||
|
||||
- `mamba install ...`
|
||||
|
|
Loading…
Reference in New Issue