Skip to content

Commit

Permalink
Update README.md to use conda
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra authored Nov 27, 2024
1 parent 3799aae commit baf586a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit baf586a

Please sign in to comment.