-
-
Notifications
You must be signed in to change notification settings - Fork 70
Install PyQt5 from PyPI #165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Since PyQt5 5.6 it's available as binary wheel including Qt on PyPI. This will make it easier for contributors too, as they can simply run tox.
|
Thanks! Apparently the pyqt5 binaries are not available for |
|
Alternatively I could use the distribution's PyQt5 for Python 3.4 - what would you prefer? |
|
I'm OK with dropping py34-pyqt5 to simplify things. py34 and py35 are pretty much compatible, plus we are testing py34 with pyside. To recap: Windows
Linux
So I would be OK with dropping |
|
Sounds good, I hope I adjusted everything correctly! I also adjusted the text in the README. |
|
No longer relevant now that we test with conda 😁 |
Since PyQt5 5.6 it's available as binary wheel including Qt on PyPI.
This will make it easier for contributors too, as they can simply run
tox.