How Install PyQt5 with python 3 on Ubuntu 20.04 18.04

preview_player
Показать описание
How Install PyQt5 with python 3 on Ubuntu 20.04 18.04
sudo apt install python3-pip
sudo pip3 install PyQt5
from PyQt5 import QtCore, QtGui, QtWidgets
ubuntu 19.04
Рекомендации по теме
Комментарии
Автор

Thanks for the easy setup explanation.

selman
Автор

Thank you for sharing this simple way of installation.

felixtaranu