Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 291 Bytes

RUNNING_GUIDE.md

File metadata and controls

15 lines (10 loc) · 291 Bytes

Back to overview

Running guide

Requirements

  • Python 3.11
  • Poetry (pipx install poetry)

Guide

  1. Install Poetry
  2. Install dependencies (poetry install)
  3. Build .ui files (poetry run pyside6-project build)
  4. Run project (poetry run python main.py)