Better terminal for Mac OS: http://iterm2.com/
Installation: sudo easy_install pip
sudo pip install virtualenv
virtualenv env
. env/bin/activate
pip install -r requirements.txt
To run: python run.py
GITHUB STUFF
Pushing changes:
git add files_to_add
git commit -m "your_message"
git pull --rebase
-- fix merge conflicts if any exist --
git push