Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.08 KB

Development.md

File metadata and controls

44 lines (25 loc) · 1.08 KB

Reference guide to set up development environment.

Requirements

Mac OS X

Install modules and tools

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

Setup PyCharm

  • 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