Skip to content

Commit

Permalink
add mamba install [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 22, 2024
1 parent 23d0a85 commit 73bd3f5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 73bd3f5

Please sign in to comment.