Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 9_use_aloha.md, missing comma #479

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

bastiankrohg
Copy link
Contributor

The 9_use_aloha.md setup example was missing a comma so the shell cmd that installed dependencies wouldn't run without modification.

Was:

cd ~/lerobot && pip install -e ".[dynamixel intelrealsense]"

Now:

cd ~/lerobot && pip install -e ".[dynamixel, intelrealsense]"

@Cadene Cadene enabled auto-merge (squash) October 23, 2024 14:13
@Cadene Cadene self-requested a review October 23, 2024 14:13
Copy link
Collaborator

@Cadene Cadene left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! 🙏

@Cadene Cadene merged commit 2efee45 into huggingface:main Oct 23, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants