This video shows you how I installed Python 3.9.4 and PyQt 5 on a Windows 10 64-bit system for INF2611. This is the first part of a 2-part episode. In this video I used the following command lines:
1. python -m ensurepip --default-pip
2. python -m pip install --upgrade pip
3. python -m pip install --upgrade setuptools
4. python -m pip install --upgrade wheel
5. python -m pip install pyqt5
Link to Part 2: • INF2611 - Install PyQt 5 Designer onl...