4 if [ ! -d '.git' ]; then
5 echo "Cannot find .git/, please run me from your cloned repo's top directory!"
8 pip install -r requirements.txt
10 if [ ! -f '.git/hooks/pre-commit' ]; then
11 echo 'Linking pre-commit hook.'
13 ln -s ../../scripts/pre-commit