diff --git a/docs/source/build_from_source.rst b/docs/source/build_from_source.rst index 8c41d7821..6db57eb26 100644 --- a/docs/source/build_from_source.rst +++ b/docs/source/build_from_source.rst @@ -57,7 +57,12 @@ Afterwards, test that all went well by running the tests: ctest -R pyopenms -Which should execute all the tests and return with all tests passing. +Which should execute all the tests and return with all tests passing. Finally, change +to the ``pyOpenMS`` directory and add the module to your Python system: + +.. code-block:: bash + + python3 setup.py install Further questions *****************