From baf586a34174d53da0569b994d887f05b69269fe Mon Sep 17 00:00:00 2001 From: Stefano Dafarra Date: Wed, 27 Nov 2024 17:53:26 +0100 Subject: [PATCH] Update README.md to use conda --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe5aa6c..6626105 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,9 @@ https://github.com/ami-iit/yarp-device-keyboard-joypad/assets/18591940/7717159e- - ``GLEW`` - [``imgui``](https://github.com/ocornut/imgui) (Will be downloaded automatically if not found) -The dependencies can also be installed via [``mamba``](https://github.com/mamba-org/mamba) using the following command: +The dependencies can also be installed via ``conda``. If you do not have a ``conda`` distribution on your system, we suggest using the minimal [``miniforge``](https://github.com/conda-forge/miniforge) distribution, that uses ``conda-forge`` packages by default. ```bash -mamba install cmake compilers make ninja pkg-config glew glfw yarp imgui +conda install cmake compilers make ninja pkg-config glew glfw yarp imgui ``` ## Configuration parameters