From 54a8a6407e299ea3b355114bcce125c7e64ce083 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Wed, 2 Jan 2013 22:16:37 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 2089e61..a23755b 100644 --- a/Readme.md +++ b/Readme.md @@ -36,9 +36,9 @@ You can also add it to upcoming builds of an existing application: $ heroku config:add BUILDPACK_URL=git://github.com/heroku/heroku-buildpack-python.git -The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. It will detect your app as Python/Django if there is an additional `settings.py` in a project subdirectory. +The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. -It will use virtualenv and pip to install your dependencies, vendoring a copy of the Python runtime into your slug. The `bin/`, `include/` and `lib/` directories will be cached between builds to allow for faster pip install time. +It will use Pip to install your dependencies, vendoring a copy of the Python runtime into your slug. Hacking -------