Add editable -e for feetech install command (#1133)

This commit is contained in:
Pepijn 2025-05-20 18:51:21 +02:00 committed by GitHub
parent a445d9c9da
commit 8e2a394442
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ conda install ffmpeg -c conda-forge
Install 🤗 LeRobot: Install 🤗 LeRobot:
```bash ```bash
cd lerobot && pip install ".[feetech]" cd lerobot && pip install -e ".[feetech]"
``` ```
## Troubleshooting ## Troubleshooting

View File

@ -61,7 +61,7 @@ conda install ffmpeg -c conda-forge
Install 🤗 LeRobot: Install 🤗 LeRobot:
```bash ```bash
cd lerobot && pip install ".[feetech]" cd lerobot && pip install -e ".[feetech]"
``` ```
> [!NOTE] > [!NOTE]