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 -----------