Installation
============

Stable versions of :program:`defermi` are provided via `PyPi <https://pypi.org/project/defermi/>`_ .
The library can be installed using :program:`pip` with::

    pip install defermi


If you are using `conda` or `mamba`, creating a new environment is recommended::

    mamba create env -n defermi python=3.13
    mamba activate defermi
    python -m pip install defermi


User Interface
==============

The UI version is also available on `PyPi <https://pypi.org/project/defermi/>`_ and can be installed with::

    pip install defermi-gui

which will install both the :program:`defermi` library and the GUI components. The UI runs in the brouwser using `streamlit <https://streamlit.io/>`_.