Skip to content
tlecomte edited this page Jun 13, 2012 · 7 revisions

Here are some steps required to run Friture on MacOS X:

Homebrew can install Qt, PyQt, Qwt, PyQwt and Portaudio:

brew install pyqwt

brew install portaudio

The PyPI contains packages for Pyaudio, PyOpenGL, psutil:

pip install pyaudio

pip install PyOpenGL

pip install psutil

Finally, Friture can be installed from PyPI too (or directly from source if you wish): pip install friture

Clone this wiki locally