- Python 3.11
- Poetry (
pipx install poetry
)
- Install Poetry
- Install dependencies (
poetry install
) - Build
.ui
files (poetry run pyside6-project build
) - Run project (
poetry run python main.py
)
pipx install poetry
)poetry install
).ui
files (poetry run pyside6-project build
)poetry run python main.py
)