Add review suggestion

This commit is contained in:
Simon Alibert 2024-05-23 14:17:34 +02:00
parent b1e1258a3a
commit cd8c98cd0e
1 changed files with 2 additions and 1 deletions

View File

@ -78,7 +78,8 @@ pip install .
```
> **NOTE:** Depending on your platform, If you encounter any build errors during this step
you may need to install `cmake` and `build-essentials` for building some of our dependencies.
you may need to install `cmake` and `build-essential` for building some of our dependencies.
On linux: `sudo apt-get install cmake build-essential`
For simulations, 🤗 LeRobot comes with gymnasium environments that can be installed as extras:
- [aloha](https://github.com/huggingface/gym-aloha)