pip install -r requirements/base.txt gave the error
error: could not create '/Library/Python/2.7/site-packages/django': Permission denied
on my machine. I had to add the --user flag for it to work. No clue if this could be changed in the README, because it might work for everybody?