Reference guide to set up development environment.
- Python 3.5
- Qt 5.5 (required only if compiling from source)
- SIP 4.17 (from source)
- PyQt5 5.5 (from source)
- TMDBsimple 1.x
- guessit 1.x
- enzyme
- install Brew:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- install PyQt5 (this will also install Python 3.5 and SIP, if necessary):
brew install pyqt5
- install TMDBsimple
pip3 install tmdbsimple
- install guessit
pip3 install guessit
- install enzyme
pip3 install enzyme
- Settings > Project Interpreter > Add local...
- Select Python interpreter from:
/usr/local/Cellar/python3/3.5.0/Frameworks/Python.framework/Versions/3.5/bin/python3.5