Firstly, the instructions for installing PyQt5 are 
at https://riverbankcomputing.com/software/pyqt/download5 under the heading 
*Binary 
Packages*:
*So long as you are using a supported version of Python you can install 
PyQt5 from PyPi by running: *
    pip3 install PyQt5

The instructions are a little short on detail :) but they are describing 
how to install the PyQt5 using pip.
The easiest way is the open a terminal window and cd to where you have 
python 3.6 installed:

    C:\Program files\Python36>

then enter

    pip3 install PyQt5


You should see the download and installation proceed in the terminal.

Regards
Lewis


On Sunday, June 4, 2017 at 1:24:27 PM UTC+10, gchiu wrote:
>
> [snip]
>
> I downloaded a zip file PyQt5_gpl-5.8.2.zip and decompressed it .. but I 
> don't know what I'm supposed to do with it.
>

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to leo-editor+unsubscr...@googlegroups.com.
To post to this group, send email to leo-editor@googlegroups.com.
Visit this group at https://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to