Fix install issues (#191)

This commit is contained in:
Simon Alibert
2024-05-23 14:25:18 +02:00
committed by GitHub
parent e67da1d7a6
commit 35c1ce7a66
3 changed files with 311 additions and 324 deletions

View File

@@ -77,6 +77,10 @@ Install 🤗 LeRobot:
pip install .
```
> **NOTE:** Depending on your platform, If you encounter any build errors during this step
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)
- [xarm](https://github.com/huggingface/gym-xarm)