Loading
Installation
Download the latest version of Elasticsearch orsign-up for a free trial of Elastic Cloud.
The Python client for Elasticsearch can be installed with pip:
$ python -m pip install elasticsearchIf your application uses async/await in Python you can install with theasync extra:
$ python -m pip install elasticsearch[async]Read more abouthow to use asyncio with this project.