Installation ============ (Recommended) The Python Package Index -------------------------------------- The recommended way of installing pyOpenMS-viz is through the Python Package Index (PyPI). First create a new environment: .. code-block:: bash conda create --name=pyopenms-viz python=3.12 conda activate pyopenms-viz Then in the new environment install pyOpenMS-viz. .. code-block:: bash pip install pyopenmsviz --upgrade After installation the GUI can be launched in the Terminal/Anaconda Prompt using Building from Source -------------------- The source code is freely open and accessible on Github at https://github.com/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: .. code-block:: bash git clone https://github.com/OpenMS/pyopenms_viz.git Change into the pyopenms-viz directory .. code-block:: bash cd pyopenms-viz Install using pip .. code-block:: bash pip install -e .