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

Doc: recommend system install of rosdep #954

Conversation

SubaruArai
Copy link
Contributor

The install instructions for rosdep were recommending a pip install, which is not the recommended way to install rosdep. (#922)
This change updates the install instructions to recommend a system install of rosdep.

SubaruArai added 2 commits April 15, 2024 16:44
The install instructions for rosdep were recommending a pip install,
which is not the recommended way to install rosdep. This change updates
the install instructions to recommend a system install of rosdep.
Copy link
Contributor

@nuclearsandwich nuclearsandwich left a comment

Choose a reason for hiding this comment

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

Thanks for the update! I have a minor comment if you'd like to do a short follow-up but I'm happy to merge as-is if you prefer.

sudo apt-get install python3-rosdep2

If rosdep doesn't exist in your package manager, you can install it
using pip or easy_install::
Copy link
Contributor

Choose a reason for hiding this comment

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

It's probably also worth dropping the reference to easy_install as it is no longer tested or used in our CI stack to the best of my knowledge.

@nuclearsandwich
Copy link
Contributor

Merging as-is in order to take the improvement. Thanks for the contribution!

@nuclearsandwich nuclearsandwich merged commit 2214f6a into ros-infrastructure:master Aug 10, 2024
15 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