Skip to content

Commit

Permalink
Update documentation and Readme
Browse files Browse the repository at this point in the history
Add more tox targets

Clean up the docstrings in client.py

Allow the dbfilename to be passed by keyword argument
  • Loading branch information
Dwight Hubbard committed Mar 17, 2015
1 parent 93a1482 commit 34d7424
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,22 @@ a redis server.
Installation
============

To install redislite, simply::
To install redislite, simply:

.. code-block::
$ pip install redislite
or using easy_install::
or using easy_install:

.. code-block::
$ easy_install redislite
of from source::
or from source:

.. code-block::
$ python setup.py install
Expand Down

0 comments on commit 34d7424

Please sign in to comment.