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.