From 8823c4ec3514bc979e8d006b9af4f2b6d12aab85 Mon Sep 17 00:00:00 2001 From: Silvio Traversaro Date: Wed, 1 Mar 2023 14:58:58 +0100 Subject: [PATCH] Fix conda channel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffc11c5271..59a471ed7a 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ The **bipedal-locomotion-framework** project consists of several components. The You can easily the library with [`conda`](https://anaconda.org/robotology/bipedal-locomotion-framework) using the following command ```sh -conda install -c robotology bipedal-locomotion-framework +conda install -c conda-forge bipedal-locomotion-framework ``` `conda` will automatically install all the required dipendencies.