mirror of https://github.com/mamba-org/mamba.git
docs: Mention differences with `conda` (#3348)
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz> Co-authored-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
parent
3f49aa5f6e
commit
33f00dbf64
|
@ -84,6 +84,12 @@ It can significantly reduce your CI setup time by:
|
|||
- Caching package downloads.
|
||||
- Caching entire `conda` environments.
|
||||
|
||||
## Differences with `conda`
|
||||
|
||||
While `mamba` and `micromamba` are generally a drop-in replacement for `conda` there are some differences:
|
||||
|
||||
- mamba and micromamba do no support revisions (for discussions, see https://github.com/mamba-org/mamba/issues/803)
|
||||
|
||||
## Development installation
|
||||
|
||||
Please refer to the instructions given by the [official documentation](https://mamba.readthedocs.io/en/latest/developer_zone/dev_environment.html).
|
||||
|
|
Loading…
Reference in New Issue