-
Notifications
You must be signed in to change notification settings - Fork 39
PyQt5
Alexander Zhukov edited this page Jul 12, 2018
·
14 revisions
You can use Qt5 based GUI widgets in your pyORBIT scripts. It will require matplotlib and PyQt5 installation.
- Install Xcode, launch it, agree to all license agreements (! Important)
- Run port
sudo port install python27 py27-matplotlib py27-pyqt5
- Make sure the new python is used
You can use port selection to change it
which python
sudo port select --list python sudo port select --set python python27
- Rebuild pyORBIT