Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 307 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 307 Bytes

pyside-template

python qt template use qt6 pyside6

Enviroment

python3 -m venv env
source env/bin/activation

Install

pip install -r requirements.txt

Run

python lancher.py

Package

python setup.py build
python setup.py bdist_mac
python setup.py bdist_msi