diff --git a/README.md b/README.md index 9b01d8f3..f511d34f 100644 --- a/README.md +++ b/README.md @@ -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)