From ac0add440d0dcbf2f63d882b3f336dec7f6f9d65 Mon Sep 17 00:00:00 2001 From: Ralf Stephan Date: Tue, 6 Sep 2022 12:52:29 +0200 Subject: [PATCH] add last installation step --- docs/source/build_from_source.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 *****************