Skip to content

Commit

Permalink
Add review comments to python_requirements.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Denisa <[email protected]>
  • Loading branch information
depink5 committed Oct 7, 2024
1 parent 4d71184 commit 7233411
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/04-common/python_requirements.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SWIG

SWIG_ is a development tool that allows connecting programs written in C/C++ with a variety of
other programming languages, among them Python.
SWIG 4.1 is required in order to build Fast DDS Python bindings.
SWIG version lower than 4.2 is required to build Fast DDS Python bindings.

.. note::

Expand All @@ -19,7 +19,15 @@ For Ubuntu, please run:

.. code-block:: bash
sudo apt install swig4.1
sudo apt install swig
.. warning::

For Ubuntu 24.04, SWIG_ must be installed using the following command:

.. code-block:: bash
sudo apt install swig4.1
.. end-swig
Expand Down

0 comments on commit 7233411

Please sign in to comment.