Skip to content

Latest commit

 

History

History
45 lines (25 loc) · 1.09 KB

File metadata and controls

45 lines (25 loc) · 1.09 KB

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.13
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 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:

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

Change into the pyopenms-viz directory

cd pyopenms-viz

Install using pip

pip install -e .