Skip to content

Commit

Permalink
Update 9_use_aloha.md, missing comma (#479)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiankrohg authored Oct 23, 2024
1 parent c351e1f commit 2efee45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/9_use_aloha.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
```bash
cd ~/lerobot && pip install -e ".[dynamixel intelrealsense]"
cd ~/lerobot && pip install -e ".[dynamixel, intelrealsense]"
```

And install extra dependencies for recording datasets on Linux:
Expand Down

0 comments on commit 2efee45

Please sign in to comment.