How to install PyQt for Python 3 in Ubuntu 14.10?
All the tools you need are included in Ubuntu repositories. You must install the package qtcreator
, which has an integrated QtDesigner, and the package pyqt5-dev-tools
, which provides pyuic5
, a utility that generates Python code from .ui
files.
sudo apt-get install qtcreator pyqt5-dev-tools