From e0686bec6667a3e1133630ff9c8ec1e1c68cdfbc Mon Sep 17 00:00:00 2001 From: Julien Michel Date: Wed, 29 May 2024 16:19:35 +0100 Subject: [PATCH] Update README.md fixed a typo in the installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77d9bbe..f08accb 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ simulations. Built on top of [Sire](https://github.com/OpenBioSim/sire) and [Ope First create a conda environment using the provided environment file: ``` -mamba create -f environment.yaml +mamba env create -f environment.yaml ``` (We recommend using [Miniforge](https://github.com/conda-forge/miniforge).)