mirror of
https://github.com/ciromattia/kcc
synced 2026-01-10 15:29:39 +00:00
11 lines
304 B
Batchfile
11 lines
304 B
Batchfile
|
|
REM install qt creator
|
|
REM conda create -n qtenv python=3.7
|
|
REM conda activate qtenv
|
|
REM pip install PyQt5
|
|
|
|
pyside6-uic gui/KCC.ui > kindlecomicconverter/KCC_ui.py
|
|
|
|
pyside6-uic gui/MetaEditor.ui > kindlecomicconverter/KCC_ui_editor.py
|
|
|
|
pyside6-rcc gui/KCC.qrc > kindlecomicconverter/KCC_rc.py |