fix(docs): hot-fix updating installation instructions after #883 (#907)

This commit is contained in:
Steven Palma 2025-03-26 13:21:40 +01:00 committed by GitHub
parent 2c22f7d76d
commit 90533e6b9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -98,9 +98,14 @@ conda create -y -n lerobot python=3.10
conda activate lerobot
```
When using `miniconda`, if you don't have `fffmpeg` in your environment:
```bash
conda install ffmpeg
```
Install 🤗 LeRobot:
```bash
pip install -e .
pip install --no-binary=av -e .
```
> **NOTE:** Depending on your platform, If you encounter any build errors during this step