Skip to content

Instantly share code, notes, and snippets.

@Shavakan
Created May 24, 2015 09:59
Show Gist options
  • Save Shavakan/4bc2f7aa8444f94f4317 to your computer and use it in GitHub Desktop.
Save Shavakan/4bc2f7aa8444f94f4317 to your computer and use it in GitHub Desktop.
$ virtualenv env
$ source env/bin/activate
# If a requirements.txt exists
$ pip install -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment