Installation ============ Install the core (headless) library with pip: .. code:: console pip install pyOMA-2 For the full desktop experience (interactive plots and 3D visualization), install the optional extras: .. code:: console 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): .. code:: console 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: * `Windows `_ * `Linux `_ * `Mac `_