Skip to content
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.

Installing on Mac

  1. Install Xcode, launch it, agree to all license agreements (! Important)
  2. Run port
    sudo port install python27 py27-matplotlib py27-pyqt5 py27-numpy
  3. Make sure the new python is used bash which python. You can use port selection to change it
    sudo port select --set python python27
  4. Rebuild pyORBIT

Clone this wiki locally