A newer version is available. For the latest information, see the
current release documentation.
Installation
editInstallation
editThe Python client for Elasticsearch can be installed with pip:
$ python -m pip install elasticsearch
If your application uses async/await in Python you can install with the async
extra:
$ python -m pip install elasticsearch[async]
Read more about how to use Asyncio with this project.