notes

this is from a tutorial on github

basically move files like these to somewhere on your desktop

you can create a virtualenv from requirements.txt

then do

git init
git add .
git commit
heroku login
heroku create X
git push heroku master

heroku python