File tree Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Expand file tree Collapse file tree 3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<img align =" right" width =" auto" height =" auto" src =" https://www.elastic.co/static-res/images/elastic-logo-200.png" >
4
4
5
-
6
5
Elasticsearch Python Client
7
6
===========================
8
7
@@ -42,6 +41,11 @@ Features
42
41
Installation
43
42
------------
44
43
44
+ `Download the latest version of Elasticsearch <https://www.elastic.co/downloads/elasticsearch >`_
45
+ or
46
+ `sign-up <https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page >`_
47
+ for a free trial of Elastic Cloud.
48
+
45
49
Refer to the `Installation section <https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_installation >`_
46
50
of the getting started documentation.
47
51
Original file line number Diff line number Diff line change 1
1
[[installation]]
2
2
== Installation
3
3
4
+ **[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch)**
5
+ or
6
+ **[sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page)**
7
+ **for a free trial of Elastic Cloud**.
8
+
4
9
The Python client for {es} can be installed with pip:
5
10
6
11
[source,sh]
Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Official low-level client for Elasticsearch. Its goal is to provide common
5
5
ground for all Elasticsearch-related code in Python; because of this it tries
6
6
to be opinion-free and very extendable.
7
7
8
+ `Download the latest version of Elasticsearch <https://www.elastic.co/downloads/elasticsearch >`_
9
+ or
10
+ `sign-up <https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page >`_
11
+ for a free trial of Elastic Cloud.
12
+
8
13
9
14
Installation
10
15
------------
You can’t perform that action at this time.
0 commit comments