Merge remote-tracking branch 'origin/main' into user/aliberts/2025_02_25_refactor_robots

This commit is contained in:
Simon Alibert
2025-05-21 20:19:33 +02:00
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]