Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 276 Bytes

File metadata and controls

20 lines (13 loc) · 276 Bytes

liitolab-ui

Python desktop UI for liitolab.

First-time setup

Create the venv and install deps:

python3 -m venv .venv
.venv/bin/pip install -e .

This installs PySide6, PyVista, pyvistaqt, and numpy into ui/.venv/.

Run

.venv/bin/liitolab-ui