Skip to content

Instantly share code, notes, and snippets.

@mkowoods
Last active August 29, 2015 14:24
Show Gist options
  • Save mkowoods/5a959398d790fda28ad3 to your computer and use it in GitHub Desktop.
Save mkowoods/5a959398d790fda28ad3 to your computer and use it in GitHub Desktop.
venv script
virtualenv venv
#source venv/bin/activate
#pip install requests
#pip freeze > requirements.tx
#pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment