From 8e2a39444255d62869d2fd63ea4f8a157236a029 Mon Sep 17 00:00:00 2001 From: Pepijn <138571049+pkooij@users.noreply.github.com> Date: Tue, 20 May 2025 18:51:21 +0200 Subject: [PATCH] Add editable -e for feetech install command (#1133) --- docs/source/installation.mdx | 2 +- examples/12_use_so101.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 3823d30e7..8bc761b18 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -55,7 +55,7 @@ conda install ffmpeg -c conda-forge Install 🤗 LeRobot: ```bash -cd lerobot && pip install ".[feetech]" +cd lerobot && pip install -e ".[feetech]" ``` ## Troubleshooting diff --git a/examples/12_use_so101.md b/examples/12_use_so101.md index 60e5e6ad2..2b43022bd 100644 --- a/examples/12_use_so101.md +++ b/examples/12_use_so101.md @@ -61,7 +61,7 @@ conda install ffmpeg -c conda-forge Install 🤗 LeRobot: ```bash -cd lerobot && pip install ".[feetech]" +cd lerobot && pip install -e ".[feetech]" ``` > [!NOTE]