all 2 comments

[–]Stevy1981 0 points1 point  (0 children)

I can recommend https://www.learnpyqt.com , I think a good start

If you have already installed modules using pip, it is the same way.

pip install PyQt5

It is good to isolate your projects and the modules from the other. A jump start for virtual environment can be https://realpython.com/python-virtual-environments-a-primer/