You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+17-39Lines changed: 17 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -42,17 +42,27 @@ Features
42
42
Installation
43
43
------------
44
44
45
-
Install the ``elasticsearch`` package with `pip
46
-
<https://pypi.org/project/elasticsearch>`_::
45
+
Refer to the `Installation section <https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_installation>`_
46
+
of the getting started documentation.
47
47
48
-
$ python -m pip install elasticsearch
49
48
50
-
If your application uses async/await in Python you can install with
51
-
the ``async`` extra::
49
+
Connecting
50
+
----------
52
51
53
-
$ python -m pip install elasticsearch[async]
52
+
Refer to the `Connecting section <https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_connecting>`_
53
+
of the getting started documentation.
54
54
55
-
Read more about `how to use asyncio with this project <https://elasticsearch-py.readthedocs.io/en/latest/async.html>`_.
55
+
56
+
Usage
57
+
-----
58
+
59
+
* `Creating an index <https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_creating_an_index>`_
60
+
* `Indexing a document <https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/getting-started-python.html#_indexing_documents>`_
0 commit comments