Update 9_use_aloha.md, missing comma (#479)

This commit is contained in:
Bastian Krohg 2024-10-23 16:13:26 +02:00 committed by GitHub
parent c351e1fff9
commit 2efee45ef1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ git clone https://github.com/huggingface/lerobot.git ~/lerobot
5. Install LeRobot with dependencies for the Aloha motors (dynamixel) and cameras (intelrealsense): 5. Install LeRobot with dependencies for the Aloha motors (dynamixel) and cameras (intelrealsense):
```bash ```bash
cd ~/lerobot && pip install -e ".[dynamixel intelrealsense]" cd ~/lerobot && pip install -e ".[dynamixel, intelrealsense]"
``` ```
And install extra dependencies for recording datasets on Linux: And install extra dependencies for recording datasets on Linux: