chore(docs): update docs (#911)

This commit is contained in:
Steven Palma
2025-03-27 09:55:06 +01:00
committed by GitHub
parent 90533e6b9f
commit 78fd1a1e04
9 changed files with 12 additions and 13 deletions

View File

@@ -45,7 +45,7 @@ git clone https://github.com/huggingface/lerobot.git ~/lerobot
6. Install LeRobot with stretch dependencies:
```bash
cd ~/lerobot && pip install -e ".[stretch]"
cd ~/lerobot && pip install --no-binary=av -e ".[stretch]"
```
> **Note:** If you get this message, you can ignore it: `ERROR: pip's dependency resolver does not currently take into account all the packages that are installed.`