-
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 py27-numpy
- Make sure the new python is used
bash which python. You can use port selection to change itsudo port select --set python python27
- Rebuild pyORBIT