From 33f00dbf646c7100da5566b8d3b4e9dcadecfe64 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Mon, 2 Dec 2024 14:55:26 +0100 Subject: [PATCH] docs: Mention differences with `conda` (#3348) Signed-off-by: Julien Jerphanion Co-authored-by: Julien Jerphanion --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 53912124c1..dcc0559ca7 100644 --- a/README.md +++ b/README.md @@ -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).