Created
March 13, 2014 19:44
-
-
Save r35krag0th/9535483 to your computer and use it in GitHub Desktop.
PIP Requirements Example
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
pip install -r Requirements.txt |
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
redis==2.9.1 | |
requests==2.2.1 | |
wsgiref==0.1.2 | |
yolk==0.4.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment