Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/Tutorials/Intermediate/Rosdep.rst
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ You can install it with:

.. code-block:: console

$ apt-get install python3-rosdep
$ sudo apt-get install python3-rosdep

.. note::

Expand All @@ -171,7 +171,7 @@ In that case, you can install it directly from https://pypi.org:

.. code-block:: console

$ pip install rosdep
$ sudo apt-get install python3-rosdep

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@christophebedard @ahcorde what we should do here is to add --break-system-package instead?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

that would probably be useful, yeah


rosdep operation
^^^^^^^^^^^^^^^^
Expand Down
Loading