A pretty, non-sluggish git gui (oh, and it's bug-free!)
using Python 3.5.2
Install Kivy requirements
$ brew install sdl2 sdl2_image sdl2_ttf sdl2_mixer gstreamer
Install virtualenv via pip
$ pip3 install virtualenv
Activate the virtual environment
$ source venv/bin/activate
Install the requirements
$ pip install -r requirements.txt
When installing new packages, do so using virtualenv.
When packages are installed, update `requirements.txt``
$ pip freeze > requirements.txt