Skip to content

Commit

Permalink
added new way of kvlite installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ownport committed Oct 10, 2012
1 parent 3d9806c commit 3413ff4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Expand Up @@ -9,7 +9,11 @@ A collection is a group of documents stored in kvlite, and it can be thought of
Installation
============

To install kvlite you just need to copy two files: kvlite.py and kvlite-cli.py. Second one is optional and it will be needed only if you need to have access to kvlite collections via console. Also kvlite-cli.p can be used as example how to use kvlite library.
To install kvlite you just need to copy two files: kvlite.py and kvlite-cli.py. Second one is optional and it will be needed only if you need to have access to kvlite collections via console. Also kvlite-cli.py can be used as example how to use kvlite library.

If `pip <http://www.pip-installer.org/>` installed in your system, you can install kvlite via

pip install kvlite

Examples of use
===============
Expand Down

0 comments on commit 3413ff4

Please sign in to comment.