From 6c2d7f0171d69156ca8960346d6e5328840e2e3f Mon Sep 17 00:00:00 2001 From: Eike Middell Date: Wed, 7 Feb 2024 06:47:50 +0100 Subject: [PATCH] Mention mamba in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 60a76e8..ff63baa 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,5 @@ $ pip install -e . ``` This will also install Jupyter Notebook to run the example notebooks. + +If conda is too slow consider using the faster drop-in replacement [mamba](https://mamba.readthedocs.io/en/latest/).