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 :class:`elastic_transport.RequestsHttpNode`. Install the ``aiohttp`` package to use :class:`elastic_transport.AiohttpHttpNode`. Install the ``httpx`` package to use :class:`elastic_transport.HttpxAsyncHttpNode`.