Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 321 Bytes

File metadata and controls

11 lines (6 loc) · 321 Bytes

Python 3

Useful commands for development in Python 3.

Dependencies

sudo apt-get install build-essential libssl-dev libffi-dev python3-dev - Solution for pip3 building wheel problem.

PyQt5 Commands

pyuic5 -x window.ui -o window.py - Builds a python file from an XML .ui file to be imported in PyQt5 code.