From 73bd3f5c8c037dcbbfdc28ea5b176e10f310b005 Mon Sep 17 00:00:00 2001 From: Arjun Savel <35353555+arjunsavel@users.noreply.github.com> Date: Thu, 22 Feb 2024 10:56:04 -0500 Subject: [PATCH] add mamba install [skip ci] --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 93eefef..f571093 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,13 @@ To install with conda (the recommended method), run conda config --add channels conda-forge conda install simmer ``` + +To install with mamba, run + +``` +mamba install simmer +``` + To install with pip, run ``` pip install simmer