From eb281532416f6d7e90718f74e5f9886455fd1e4b Mon Sep 17 00:00:00 2001 From: Rhythm Syed Date: Fri, 14 Mar 2025 02:22:12 -0400 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 29c5778..a6e3627 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ We use [uv](https://docs.astral.sh/uv/) to manage Python dependencies. See the [ ```bash GIT_LFS_SKIP_SMUDGE=1 uv sync +GIT_LFS_SKIP_SMUDGE=1 uv pip install -e . ``` NOTE: `GIT_LFS_SKIP_SMUDGE=1` is needed to pull LeRobot as a dependency.