Created
September 18, 2011 18:33
-
-
Save kzk/1225366 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| mkdir heroku-tornado | |
| cd heroku-tornado | |
| virtualenv --no-site-packages . | |
| source bin/activate | |
| ./bin/pip install pycurl==7.16.4 | |
| ./bin/pip install simplejson | |
| ./bin/pip install tornado | |
| ./bin/pip install gunicorn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment