git clone https://github.com/jmavila/tdd-kata.git
cd tdd
virtualenv tdd_venv
source tdd_venv/bin/activate
pip install -r requirements.txt
git branch team_1
behave features/create_game.feature
vim features/steps/mopes_steps
vim mopes.py
behave features/scores.feature
behave features/mopes.feature
git push --set-upstream origin team_1