Installation#

Building from Source#

The source code is freely open and accessible on Github at OpenMS/pyopenms_viz under the BSD-3-Clause license The package can be installed by cloning and installing from source using pip.

First clone the repository:

git clone https://github.com/OpenMS/pyopenms_viz.git

Change into the pyopenms-viz directory

cd pyopenms-viz

Install using pip

pip install -e .