Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/source/build_from_source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
*****************
Expand Down