From 0cd002fefe5f777543de75cfe02796db7f76f9b4 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 15 Jul 2014 10:57:11 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e7af99..a60286b 100644 --- a/README.md +++ b/README.md @@ -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`