Skip to content

Commit baf586a

Browse files
authored
Update README.md to use conda
1 parent 3799aae commit baf586a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ https://github.com/ami-iit/yarp-device-keyboard-joypad/assets/18591940/7717159e-
1919
- ``GLEW``
2020
- [``imgui``](https://github.com/ocornut/imgui) (Will be downloaded automatically if not found)
2121

22-
The dependencies can also be installed via [``mamba``](https://github.com/mamba-org/mamba) using the following command:
22+
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.
2323
```bash
24-
mamba install cmake compilers make ninja pkg-config glew glfw yarp imgui
24+
conda install cmake compilers make ninja pkg-config glew glfw yarp imgui
2525
```
2626

2727
## Configuration parameters

0 commit comments

Comments
 (0)