Fix ffmpeg install command
This commit is contained in:
parent
437fc29e12
commit
c1ec607e8c
|
@ -100,7 +100,7 @@ conda activate lerobot
|
||||||
|
|
||||||
When using `miniconda`, if you don't have `ffmpeg` in your environment:
|
When using `miniconda`, if you don't have `ffmpeg` in your environment:
|
||||||
```bash
|
```bash
|
||||||
conda install ffmpeg
|
conda install ffmpeg -c conda-forge
|
||||||
```
|
```
|
||||||
|
|
||||||
Install 🤗 LeRobot:
|
Install 🤗 LeRobot:
|
||||||
|
|
Loading…
Reference in New Issue