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
10 changes: 3 additions & 7 deletions source/Installation/RHEL-Install-RPMs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ If you are going to build ROS packages or otherwise do development, you can also
make \
patch \
python3-colcon-common-extensions \
python3-flake8-blind-except \
python3-flake8-class-newline \
python3-flake8-deprecated \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand All @@ -74,13 +77,6 @@ If you are going to build ROS packages or otherwise do development, you can also
python3-vcstool \
wget

~ install some pip packages needed for testing and
~ not available as RPMs
$ python3 -m pip install -U --user \
flake8-blind-except==0.1.1 \
flake8-class-newline \
flake8-deprecated

Install ROS 2
-------------

Expand Down