From e9eb2b52dc897773cbf0c69a80b96225b49dc627 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Tue, 2 Feb 2016 12:38:50 -0600 Subject: [PATCH] Clean up installation instructions (fixes #141) --- README.rst | 3 +-- docs/index.rst | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 20e665d..3b68005 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,7 @@ Installation The easiest way to install the parser is through the `Python Package Index`_; you can install the latest release with ``pip install mwparserfromhell`` -(`get pip`_). On Windows, make sure you have the latest version of pip -installed by running ``pip install --upgrade pip``. +(`get pip`_). Make sure your pip is up-to-date first, especially on Windows. Alternatively, get the latest development version:: diff --git a/docs/index.rst b/docs/index.rst index bb00bf6..6593881 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -19,8 +19,7 @@ Installation The easiest way to install the parser is through the `Python Package Index`_; you can install the latest release with ``pip install mwparserfromhell`` -(`get pip`_). On Windows, make sure you have the latest version of pip -installed by running ``pip install --upgrade pip``. +(`get pip`_). Make sure your pip is up-to-date first, especially on Windows. Alternatively, get the latest development version::