diff --git a/docs/fastdds/getting_started/simple_python_app/includes/dataType.rst b/docs/fastdds/getting_started/simple_python_app/includes/dataType.rst index 37d9c36ce..9c03a5f1b 100644 --- a/docs/fastdds/getting_started/simple_python_app/includes/dataType.rst +++ b/docs/fastdds/getting_started/simple_python_app/includes/dataType.rst @@ -52,6 +52,16 @@ This must have generated the following files: * HelloWorldCdrAux.hpp: C++ header file for HelloWorldCdrAux.ipp. * CMakeLists.txt: CMake file to generate C++ source code and Python module from the `SWIG`_ interface files, compile and generate C++ libraries. + +After that, the python bindings can be generated by running the following command. + +.. code-block:: bash + + cmake . + make + +This must have generated the python binding: + * HelloWorld.py: Python module to be imported by your Python example. CMakeLists.txt