简体   繁体   中英

How to install pyqt5 and pyqt5-tools without using pip?

Anyone help me, how to install pyqt5 and pyqt5-tools without using pip?

Thank you

You can download the source packpage of pyqt5 here: https://www.riverbankcomputing.com/software/pyqt/download5

Descompress him with the above command (Or with a program of your choice):

tar -xvf yourfile.tar

then cd in the output folder and run the above command to install pyqt5:

python3 configure.py

With this process you may install the both packpages. Dont forget to change 'yourfile.tar' with the name of the downloaded file for your operational system.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM