Created
May 7, 2011 20:00
-
-
Save myusuf3/960781 to your computer and use it in GitHub Desktop.
freezing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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