From f63813195f96a5bc370e49a12989e5f5762d5d17 Mon Sep 17 00:00:00 2001 From: Dimo Brockhoff Date: Thu, 25 Jul 2024 18:26:07 +0200 Subject: [PATCH] corrected installation description (see #2326) --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 54f3eb686..f5a56b98f 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -33,7 +33,7 @@ Say you already have a conda environment named `foo` that you want to reuse beca Then, once you've activated the environment, you can run ```sh -conda update --file env.yaml +conda env update --file env.yaml ``` and it will install all the required development dependencies into your existing environment.