From 90533e6b9fc50f495f150529b681697d880dfe59 Mon Sep 17 00:00:00 2001 From: Steven Palma Date: Wed, 26 Mar 2025 13:21:40 +0100 Subject: [PATCH] fix(docs): hot-fix updating installation instructions after #883 (#907) --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index effbb08b..60989322 100644 --- a/README.md +++ b/README.md @@ -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