This repository was archived by the owner on Aug 28, 2020. It is now read-only.

Description
Hey,
I've just successfully installed pugdebug on Mac OS X Mavericks with homebrew.
It was slightly different that FAQ solution, so I wanted to share it:
brew install python3
brew install qt5 pyqt5 sip --with-python3
PYTHONPATH=/usr/local/lib/python3.4/site-packages/
pip3 install Pygments
python3 app.py
thanks for the project!