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:
Cornelius Roemer 2024-12-02 14:55:26 +01:00 committed by GitHub
parent 3f49aa5f6e
commit 33f00dbf64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -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).