From d22351353b484593deecae0206dc0b1ee2e2195d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Poderoso?= <120394830+JesusPoderoso@users.noreply.github.com> Date: Thu, 17 Oct 2024 11:07:24 +0200 Subject: [PATCH] Include link to Python installation Getting started (#933) * Refs #21907: Include link to Python installation Getting started Signed-off-by: eProsima * Refs #21907: Apply rev suggestions Signed-off-by: eProsima --------- Signed-off-by: eProsima (cherry picked from commit bef0ff176f7d9e99b8c222834bf49badd566d3d2) --- .../simple_python_app/includes/prerequisites.rst | 9 +++++++++ .../simple_python_app/simple_python_app.rst | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 docs/fastdds/getting_started/simple_python_app/includes/prerequisites.rst diff --git a/docs/fastdds/getting_started/simple_python_app/includes/prerequisites.rst b/docs/fastdds/getting_started/simple_python_app/includes/prerequisites.rst new file mode 100644 index 000000000..e2e638c8e --- /dev/null +++ b/docs/fastdds/getting_started/simple_python_app/includes/prerequisites.rst @@ -0,0 +1,9 @@ +Prerequisites +^^^^^^^^^^^^^ + +First of all, please follow the steps outlined in the :ref:`Installation Manual ` +section for the installation of *eProsima Fast DDS Python* and all its dependencies. + +.. note:: + + All the commands provided in this tutorial are outlined for a Linux environment. diff --git a/docs/fastdds/getting_started/simple_python_app/simple_python_app.rst b/docs/fastdds/getting_started/simple_python_app/simple_python_app.rst index abe8641f7..7e17a7433 100644 --- a/docs/fastdds/getting_started/simple_python_app/simple_python_app.rst +++ b/docs/fastdds/getting_started/simple_python_app/simple_python_app.rst @@ -15,7 +15,7 @@ using Python API step by step. .. include:: ../simple_app/includes/background.rst -.. include:: ../simple_app/includes/prerequisites.rst +.. include:: includes/prerequisites.rst .. include:: includes/workspace.rst