From 30cb4ecef3790095cbd8f6d3b2e97261d3ae979d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Fri, 12 Feb 2016 19:43:33 -0500 Subject: [PATCH] Update Readme.md --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 28cc94a..99c1a0d 100644 --- a/Readme.md +++ b/Readme.md @@ -19,8 +19,8 @@ Example usage: $ git push heroku master ... -----> Python app detected - -----> Installing runtime (python-2.7.11) - -----> Installing dependencies using pip + -----> Installing python-2.7.11 + $ pip install -r requirements.txt Downloading/unpacking requests (from -r requirements.txt (line 1)) Installing collected packages: requests Successfully installed requests @@ -34,7 +34,7 @@ You can also add it to upcoming builds of an existing application: The buildpack will detect your app as Python if it has the file `requirements.txt` in the root. -It will use Pip to install your dependencies, vendoring a copy of the Python runtime into your slug. +It will use pip to install your dependencies, vendoring a copy of the Python runtime into your slug. Specify a Runtime -----------------