diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 3823d30e..8bc761b1 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 60e5e6ad..2b43022b 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]