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
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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]