Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.06 KB

File metadata and controls

34 lines (23 loc) · 1.06 KB

QtAppUtils

License pypi version Build Status codecov

A compendium of utilities to make building Qt applications in Python easier.

Installation

QtAppUtils can be installed with pip by running:

pip install qtapputils

You can update QtAppUtils by running:

pip install qtapputils -U

This will only install or update qtapputils without installing of updating the dependencies.

The above commands will only install or update QtAppUtils without its dependencies.

To install QtAppUtils along with its dependencies, you can use:

pip install qtapputils[with-deps]