mirror of https://github.com/mamba-org/mamba.git
Add Mambaforge as installation alternative to conda
Reference issue #890 https://github.com/mamba-org/mamba/issues/890
This commit is contained in:
parent
a7756e6f1c
commit
afd27a4c2f
|
@ -45,6 +45,8 @@ conda install mamba -n base -c conda-forge
|
|||
otherwise it's best to start with [Miniconda](https://docs.conda.io/en/latest/miniconda.html).
|
||||
If you want to experiment with the latest software, you can also try micromamba (more below).
|
||||
|
||||
Another alternative (if you want/need to avoid Anaconda entirely) is to use [Mambaforge](https://github.com/conda-forge/miniforge#mambaforge) via the [Miniforge](https://github.com/conda-forge/miniforge) distribution.
|
||||
|
||||
### Installing conda packages with `mamba`
|
||||
|
||||
Now you are ready to install packages with
|
||||
|
|
Loading…
Reference in New Issue