Skip to content

Commit d7c3472

Browse files
Include link to Python installation Getting started (#933) (#936)
* 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 222670b commit d7c3472

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
@@ -15,7 +15,7 @@ using Python API step by step.
1515

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

18-
.. include:: ../simple_app/includes/prerequisites.rst
18+
.. include:: includes/prerequisites.rst
1919

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

0 commit comments

Comments
 (0)