Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 725 Bytes

installation.md

File metadata and controls

22 lines (15 loc) · 725 Bytes
mapped_pages

Installation [installation]

Download the latest version of Elasticsearch or sign-up for a free trial of Elastic Cloud.

The Python client for {{es}} 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.