Installation

Install the core (headless) library with pip:

pip install pyOMA-2

For the full desktop experience (interactive plots and 3D visualization), install the optional extras:

pip install pyOMA-2[all]

[plot] adds Matplotlib plotting only, [3d] adds the PyVista/Qt 3D viewer, and [all] adds both.

Or install with conda/mamba (full install):

conda install pyOMA-2

If you use the interactive plotting features (the plot or all extras), you’ll probably need tk on your system, here some instructions: