diff --git a/README.rst b/README.rst index 5b4cfe1..d0f67c9 100644 --- a/README.rst +++ b/README.rst @@ -17,7 +17,10 @@ Installation The easiest way to install the parser is through the `Python Package Index`_, so you can install the latest release with ``pip install mwparserfromhell`` -(`get pip`_). Alternatively, get the latest development version:: +(`get pip`_). On Windows, make sure you have the latest version of pip +installed by running `pip install --upgrade pip`. + +Alternatively, get the latest development version:: git clone https://github.com/earwig/mwparserfromhell.git cd mwparserfromhell