Anaconda and PyQt Installation Guide
Anaconda and PyQt Installation Guide
Click on https://www.anaconda.com/distribution/ You will see the following screenshot and just click
on Download if you are using Windows 64-bit OS:
Otherwise, go further down the webpage and find the following screenshot and choose the right
Anaconda edition according to your computer operating system:
If you click on Jupyter Notebook and then just wait a while, the following screenshot will open:
To install PyQt package just type the following code in Anaconda Prompt:
conda install -c anaconda pyqt and make sure to press enter key:
Please be patient, it sometimes takes longer than you expect, depends on your internet connection, if
you see the following screenshot, that means Anaconda is busy installation the PyQt package:
Once the installation completes, you should see the Qt Console in the Anaconda Navigator.
3. Be patient and after a while, you should see the Qt Designer pops up as in the following
screenshot