Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 0 additions & 5 deletions source/Installation/Alternatives/RHEL-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ Install development tools
make \
patch \
python3-colcon-common-extensions \
python3-flake8-builtins \
python3-flake8-comprehensions \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand Down
5 changes: 0 additions & 5 deletions source/Installation/Alternatives/RHEL-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,6 @@ If you are going to build ROS packages or otherwise do development, you can also
make \
patch \
python3-colcon-common-extensions \
python3-flake8-builtins \
python3-flake8-comprehensions \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand Down
5 changes: 0 additions & 5 deletions source/Installation/Alternatives/Ubuntu-Development-Setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,16 +39,11 @@ Install development tools
.. code-block:: bash

sudo apt update && sudo apt install -y \
python3-flake8-docstrings \
python3-pip \
python3-pytest-cov \
python3-flake8-blind-except \
python3-flake8-builtins \
python3-flake8-class-newline \
python3-flake8-comprehensions \
python3-flake8-deprecated \
python3-flake8-import-order \
python3-flake8-quotes \
python3-pytest-repeat \
python3-pytest-rerunfailures \
ros-dev-tools
Expand Down
5 changes: 0 additions & 5 deletions source/Installation/RHEL-Install-RPMs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ If you are going to build ROS packages or otherwise do development, you can also
make \
patch \
python3-colcon-common-extensions \
python3-flake8-builtins \
python3-flake8-comprehensions \
python3-flake8-docstrings \
python3-flake8-import-order \
python3-flake8-quotes \
python3-mypy \
python3-pip \
python3-pydocstyle \
Expand Down