This commit is contained in:
parent
2c22f7d76d
commit
90533e6b9f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue