Skip to content
Merged
Changes from 1 commit
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
6 changes: 5 additions & 1 deletion source/Installation/Foxy/macOS-Install-Binary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ You need the following things installed before installing ROS 2.

.. code-block:: bash

brew install python3
brew install python@3.8
# Unlink in case you have python@3.7 installed already
brew unlink python
# Make the python command be Python 3.8
brew link --force python@3.8

# install asio and tinyxml2 for Fast-RTPS
brew install asio tinyxml2
Expand Down