diff --git a/Readme.md b/Readme.md
index 04c90c6272bdc31cb4de2ca9f46715d0abcf3de2..91daa4c82254391475955dc8ea0304b1e56e4b13 100644
--- a/Readme.md
+++ b/Readme.md
@@ -28,11 +28,13 @@ Deploying a Python application couldn't be easier:
     -----> Discovering process types
            Procfile declares types -> (none)
 
-You can also add it to upcoming builds of an existing application:
+A `requirements.txt` file must be present at the root of your application's repository.
+
+You can also specify the latest production relase of this buildpack for upcoming builds of an existing application:
 
     $ heroku buildpacks:set heroku/python
 
-A `requirements.txt` file must be found at the root of your application's repository.
+
 
 Specify a Python Runtime
 ------------------------