git submodule update --init --recursive
rm -fr ../virtualenv
sudo apt-get install curl virtualenv python3 gcc libffi-dev libssl-dev python3-dev make git rsync
virtualenv --python=python3 ../virtualenv
source ../virtualenv/bin/activate
pip install -r requirements-dev.txt
ln -sf ~/.enough/dev/inventory/*.yml inventory/group_vars/all
pip install -e .
chmod 600 infrastructure_key # cannot be stored in git
