Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Add info for running on windows under the ubuntu bash shell
  • Loading branch information
dwighthubbard committed Jan 7, 2017
1 parent ba6e41a commit 47dc721
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/

Expand Down Expand Up @@ -45,8 +42,10 @@ configure a redis server.

Requirements
------------

The redislite module requires Python 2.7 or higher.


Installing on Linux
~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -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
============

Expand Down

0 comments on commit 47dc721

Please sign in to comment.