diff --git a/doc/rst/development/building_ecal_from_source.rst b/doc/rst/development/building_ecal_from_source.rst index a0a8df7363..9c055cd2ab 100644 --- a/doc/rst/development/building_ecal_from_source.rst +++ b/doc/rst/development/building_ecal_from_source.rst @@ -166,5 +166,8 @@ We support building on currently supported Ubuntu LTS releases. .. code-block:: bash - cmake --build . --target create_python_wheel --config Release - sudo pip3 install _deploy/ecal5-* \ No newline at end of file + pip install wheel + pip install -r ../doc/requirements.txt + python -m pip install build + python -m build .. --outdir _deploy + sudo pip install _deploy/ecal5-* \ No newline at end of file diff --git a/doc/rst/development/ecal_cmake_options.rst b/doc/rst/development/ecal_cmake_options.rst index d749fa63df..284a033650 100644 --- a/doc/rst/development/ecal_cmake_options.rst +++ b/doc/rst/development/ecal_cmake_options.rst @@ -21,37 +21,37 @@ All options can be passed on the command line cmake ``-D