would be nice to include some instructions for getting set up after cloning an existing project ``` git clone ... cd <project-name> virtualenv venv venv/bin/activate && pip install -r reqs/dev.txt ```