Skip to content

Instantly share code, notes, and snippets.

View muhammadfarras's full-sized avatar
🏕️
Camper is always be a camper

Muhammad Farras Ma'ruf muhammadfarras

🏕️
Camper is always be a camper
View GitHub Profile
@muhammadfarras
muhammadfarras / Install PyQt5 on Ubuntu with python3 .md
Created October 26, 2021 12:58 — forked from r00tdaemon/Install PyQt5 on Ubuntu with python3 .md
Install PyQt5 on Ubuntu with python3. Steps to set up PyQt5 (ubuntu). With python code generation

Installation

pip3 install --user pyqt5  
sudo apt-get install python3-pyqt5  
sudo apt-get install pyqt5-dev-tools
sudo apt-get install qttools5-dev-tools

Configuring to run from terminal