From cd8c98cd0e40de597c4ac6a22f93989f594cada1 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Thu, 23 May 2024 14:17:34 +0200 Subject: [PATCH] Add review suggestion --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)