From c1ec607e8cf71a2d0cc05f148b4052a0c34b8d45 Mon Sep 17 00:00:00 2001 From: Simon Alibert Date: Tue, 8 Apr 2025 12:00:05 +0200 Subject: [PATCH] Fix ffmpeg install command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4483940d..8c38366f 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ conda activate lerobot When using `miniconda`, if you don't have `ffmpeg` in your environment: ```bash -conda install ffmpeg +conda install ffmpeg -c conda-forge ``` Install 🤗 LeRobot: