PySide and PyQt Installation

1. Under Python3.8

1.1 Install PySide2

1
pip install pyside2

1.2 Install PyQt5

1
pip install pyqt5-tools

2. Python3.8 and above

2.1 Install PySide6

1
pip install pyside6

2.2 Install PyQt6

1
pip install pyqt6-tools

PySide and PyQt Installation
https://www.hardyhu.cn/2022/08/04/PySide-and-PyQt-Installation/
Author
John Doe
Posted on
August 4, 2022
Licensed under