diff --git a/README.rst b/README.rst index 2a985a1..6c34959 100644 --- a/README.rst +++ b/README.rst @@ -7,9 +7,6 @@ redislite .. image:: https://img.shields.io/coveralls/yahoo/redislite.svg :target: https://coveralls.io/r/yahoo/redislite -.. image:: https://img.shields.io/pypi/dm/redislite.svg - :target: https://pypi.python.org/pypi/redislite/ - .. image:: https://img.shields.io/pypi/v/redislite.svg :target: https://pypi.python.org/pypi/redislite/ @@ -45,8 +42,10 @@ configure a redis server. Requirements ------------ + The redislite module requires Python 2.7 or higher. + Installing on Linux ~~~~~~~~~~~~~~~~~~~ @@ -77,7 +76,18 @@ running:: xcode-select --install +Installing on Microsoft Windows +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Redislite can be installed on newer releases of Windows 10 under the Bash on Ubuntu shell. +Install it using the instructions at https://msdn.microsoft.com/commandline/wsl/install_guide + +Then start the bash shell and install the python-dev package as follows:: + + apt-get install python-dev + + Installation ============