add how to install using pip

i couldn't find how to install elasticsearch package, and didn't know that you already deployed it to pip repository. now i know, and i think it's worth adding this piece of info to README.rst.
This commit is contained in:
Murhaf Fares
2013-11-12 15:22:07 +01:00
parent e04b875ca7
commit 5a4373b689
+8
View File
@@ -5,6 +5,14 @@ Official low-level client for Elasticsearch. It's goal is to provide common
ground for all Elasticsearch-related code in Python; because of this it tries
to be opinion-free and very extendable.
Installation
------------
Install the `elasticsearch` package with `pip
<https://pypi.python.org/pypi/elasticsearch/0.4.3>`_::
pip install elasticsearch
Example use
-----------