Skip to content

Commit 11b316c

Browse files
imstevenpmworkAdilZouitine
authored andcommitted
fix(docs): hot-fix updating installation instructions after #883 (#907)
1 parent f6c127e commit 11b316c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,14 @@ conda create -y -n lerobot python=3.10
9898
conda activate lerobot
9999
```
100100

101+
When using `miniconda`, if you don't have `fffmpeg` in your environment:
102+
```bash
103+
conda install ffmpeg
104+
```
105+
101106
Install 🤗 LeRobot:
102107
```bash
103-
pip install -e .
108+
pip install --no-binary=av -e .
104109
```
105110

106111
> **NOTE:** Depending on your platform, If you encounter any build errors during this step

0 commit comments

Comments
 (0)