From 0b7e8fccec7a3b3d2e81953aebce21d24812353a Mon Sep 17 00:00:00 2001 From: Chris McCann Date: Wed, 14 Nov 2018 14:50:35 -0800 Subject: [PATCH] Improve readability of instructions --- .../shared/quickstart/_install_python_sdk.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/source/partials/shared/quickstart/_install_python_sdk.html.md.erb b/docs/manual/source/partials/shared/quickstart/_install_python_sdk.html.md.erb index eb882f9b23..f074cd9ed6 100644 --- a/docs/manual/source/partials/shared/quickstart/_install_python_sdk.html.md.erb +++ b/docs/manual/source/partials/shared/quickstart/_install_python_sdk.html.md.erb @@ -15,7 +15,7 @@ See the License for the specific language governing permissions and limitations under the License. --> -First, you will need to install Python SDK in order to run the sample data import script. To install Python SDK, run: +First, you will need to install the Python SDK in order to run the sample data import script. To install the Python SDK, run: ``` $ pip install predictionio @@ -27,7 +27,7 @@ or $ easy_install predictionio ``` -NOTE: You may need `sudo` access if you have permission issue. (ie. `sudo pip install predictionio`) +NOTE: You may need `sudo` access if you have permission issues. (ie. `sudo pip install predictionio`) []()