Skip to content

Instantly share code, notes, and snippets.

@keokilee
Created March 12, 2011 00:47
Show Gist options
  • Save keokilee/866875 to your computer and use it in GitHub Desktop.
Save keokilee/866875 to your computer and use it in GitHub Desktop.
Update the requirements in .env
source .env/bin/activate;
echo "**> Updating requirements."
pip install -r requirements.pip -q;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment