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:
conda create --name=pyopenms-viz python=3.12
conda activate pyopenms-viz
Then in the new environment install pyOpenMS-viz.
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 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 .