Skip to content

Commit bab20df

Browse files
Include link to Python installation Getting started (#933) (#935)
* Refs #21907: Include link to Python installation Getting started Signed-off-by: eProsima <jesuspoderoso@eprosima.com> * Refs #21907: Apply rev suggestions Signed-off-by: eProsima <jesuspoderoso@eprosima.com> --------- Signed-off-by: eProsima <jesuspoderoso@eprosima.com> (cherry picked from commit bef0ff1) Co-authored-by: Jesús Poderoso <120394830+JesusPoderoso@users.noreply.github.com>
1 parent ac2842b commit bab20df

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Prerequisites
2+
^^^^^^^^^^^^^
3+
4+
First of all, please follow the steps outlined in the :ref:`Installation Manual <fastdds_python_sl>`
5+
section for the installation of *eProsima Fast DDS Python* and all its dependencies.
6+
7+
.. note::
8+
9+
All the commands provided in this tutorial are outlined for a Linux environment.

docs/fastdds/getting_started/simple_python_app/simple_python_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ using Python API step by step.
1616

1717
.. include:: ../simple_app/includes/background.rst
1818

19-
.. include:: ../simple_app/includes/prerequisites.rst
19+
.. include:: includes/prerequisites.rst
2020

2121
.. include:: includes/workspace.rst
2222

0 commit comments

Comments
 (0)