Skip to content

Commit

Permalink
docs: Mention differences with conda (#3348)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
Co-authored-by: Julien Jerphanion <[email protected]>
  • Loading branch information
corneliusroemer and jjerphan authored Dec 2, 2024
1 parent 3f49aa5 commit 33f00db
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 33f00db

Please sign in to comment.