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