Installation

Installation#

Stable versions of defermi are provided via PyPi . The library can be installed using 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 and can be installed with:

pip install defermi-gui

which will install both the defermi library and the GUI components. The UI runs in the brouwser using streamlit.