- Python Client: other versions:
- Overview
- Getting started
- Installation
- Connecting
- Configuration
- Migrating to 8.0
- Integrations
- Examples
- Client helpers
- Release notes
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Installation
editInstallation
edit[Download the latest version of Elasticsearch](https://www.elastic.co/downloads/elasticsearch) or [sign-up](https://cloud.elastic.co/registration?elektra=en-ess-sign-up-page) for a free trial of Elastic Cloud.
The 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.
Was this helpful?
Thank you for your feedback.