Development
First-time setup
- Set up packages and the pre-commit hook
pip install -r requirements/development.txt && ln -s ../../commit-checks.sh .git/hooks/pre-commit
- This checks all commits for well written code ( via pep8, pyflakes and Cyclomatic complexity checks, read more => https://pypi.python.org/pypi/flake8)