From 6f57b9fb59c324d3e04b715d2d2ffdd64cc6d96d Mon Sep 17 00:00:00 2001 From: Gianluca Milani <50736304+Gianlucamilani@users.noreply.github.com> Date: Tue, 1 Apr 2025 17:35:40 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a730d94..be8968e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The dependencies can be installed in two ways; the first one is via `conda` crea cd biomechanical-analysis-framework conda env create -n --file ci_env.yml ``` -* Note: if you are already inside an existing conda environment, you can type instead: +* Note: if you are already inside an existing conda environment, you can type instead the command below AFTER OPENING THE ` ci_env.yml` FILE AND SUBSTITUTING THE ` name` FIELD WITH YOUR ENV NAME: ``` cd biomechanical-analysis-framework conda env update --file ci_env.yml