From 7d63b89a8ee8ccb23abd1a84c5d5d95455021023 Mon Sep 17 00:00:00 2001 From: Keyan Pishdadian Date: Thu, 5 Mar 2015 16:01:48 -0500 Subject: [PATCH 1/2] Update README for clarity and to remove redundancy Addresses concerns presented in issue #1157 --- README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README b/README index 14dd24d2..52ffba15 100644 --- a/README +++ b/README @@ -19,11 +19,10 @@ ~ What do I need? - Jinja 2.4 and Werkzeug 0.7 or later. - `pip` or `easy_install` will install them for you if you do - `pip install Flask`. I encourage you to use a virtualenv. - Check the docs for complete installation and usage - instructions. + If you do `pip install Flask`, `pip` or `easy_install` will + install all dependencies. I encourage you to use a + virtualenv. Check the docs for complete installation and + usage instructions. ~ Where are the docs? From fba2535005686d7471e53762394465d8311748ab Mon Sep 17 00:00:00 2001 From: Keyan Pishdadian Date: Thu, 5 Mar 2015 16:19:49 -0500 Subject: [PATCH 2/2] Change wording for clarity and accuracy --- README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README b/README index 52ffba15..5dd77e68 100644 --- a/README +++ b/README @@ -19,10 +19,9 @@ ~ What do I need? - If you do `pip install Flask`, `pip` or `easy_install` will - install all dependencies. I encourage you to use a - virtualenv. Check the docs for complete installation and - usage instructions. + All dependencies are installed by using `pip install Flask`. + I encourage you to use a virtualenv. Check the docs for + complete installation and usage instructions. ~ Where are the docs?