Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 597 Bytes

File metadata and controls

28 lines (18 loc) · 597 Bytes

PureMVC Python Demo: Employee Admin (PySide)

This demo illustrates techniques for performing routine client-side maintenance operations in a PureMVC-based PySide application.

Platforms / Technologies

  • Python
  • PySide (Qt)

Getting Started

Clone the repository and install the requirements*:

$ git clone https://github.com/JulienGrv/puremvc-python-demo-pyside-employeeadmin.git
$ cd puremvc-python-demo-pyside-employeeadmin
$ pip install -r requirements/base.txt

*: PySide is only available for Python < 3.5

Usage

Run the application:

$ python -m src