Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 428 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 428 Bytes

epydemic

Installation

http://thenilblog.blogspot.kr/2015/01/install-pyqt-on-yosemite.html

Install Qt

  1. brew install qt

Install SIP

  1. download SIP
  2. python configure.py
  3. make
  4. sudo make install

Install PyQt4

  1. download PyQt4
  2. python configure.py
  3. make
  4. sudo make install

Install pyqtgraph

  1. Download pyqtgraph
  2. python setup.py install

Install pyopengl

  1. sudo pip install pyopengl