Skip to content

Instantly share code, notes, and snippets.

@kzk
Created September 18, 2011 18:33
Show Gist options
  • Select an option

  • Save kzk/1225366 to your computer and use it in GitHub Desktop.

Select an option

Save kzk/1225366 to your computer and use it in GitHub Desktop.
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