Skip to content

Instantly share code, notes, and snippets.

@myusuf3
Created May 7, 2011 20:00
Show Gist options
  • Save myusuf3/960781 to your computer and use it in GitHub Desktop.
Save myusuf3/960781 to your computer and use it in GitHub Desktop.
freezing
# creating requirements file from a virtualenv setup
$ pip freeze -E django-mimo > requirements.txt
# installing from a requirements file
$ pip install -E django-mimo -r requirements.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment