$ conda env create -f conda_requirements.yml
$ conda env create -f cross_requirements.yml
$ conda activate ISL_rtNF
$ python main.py
-
Edite the
main.ui
file. -
Run the
pyside6-uic
tool to update the Python fileui_main.py
from themain.ui
file (REF).
$ pyside6-uic main.ui -o ui_main.py