Update README.md

This commit is contained in:
2014-07-15 10:57:11 -04:00
parent 601f801774
commit 0cd002fefe
+1 -1
View File
@@ -20,7 +20,7 @@ It is inspired by (and extracted from) [kennethreitz/python-versions](https://gi
## Getting Started (Staging)
* Create a Heroku app and push the build toolkit to it.
(`$ heroku create build-toolkit-python-staging`)
(`$ heroku create build-toolkit-python-staging --buildpack https://github.com/kennethreitz/conda-buildpack.git`)
* Add your S3 credentials to the application
(`AWS_ACCESS_KEY_ID`,`AWS_SECRET_ACCESS_KEY`, and `S3_BUCKET`)
* `local$ heroku run bash`