InstallationΒΆ
Install with pip
like so:
$ python -m pip install elastic-transport
Additional dependencies are required to use some features of the elastic-transport
package.
Install the requests
package to use elastic_transport.RequestsHttpNode
.
Install the aiohttp
package to use elastic_transport.AiohttpHttpNode
.
Install the httpx
package to use elastic_transport.HttpxAsyncHttpNode
.