加载中

安装

下载最新版本的 Elasticsearch注册 Elastic Cloud 免费试用。

可以使用 pip 安装 Elasticsearch Python 客户端

$ python -m pip install elasticsearch
		

如果您的应用程序在 Python 中使用了 async/await,您可以使用 async 额外依赖项进行安装

$ python -m pip install "elasticsearch[async]"
		

阅读更多关于 如何在本项目中使用 asyncio 的信息。

© . This website operates independently and is not affiliated with or endorsed by Elasticsearch B.V. All brand names, logos, and trademarks are the property of their respective owners.