From 5a4373b6891b2548cc2d83efa687a724258aa485 Mon Sep 17 00:00:00 2001 From: Murhaf Fares Date: Tue, 12 Nov 2013 15:22:07 +0100 Subject: [PATCH] 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. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index 580e707f..46c891d6 100644 --- a/README.rst +++ b/README.rst @@ -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 +`_:: + + pip install elasticsearch + Example use -----------