File: installation.rst

package info (click to toggle)
python-elastic-transport 9.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 640 kB
  • sloc: python: 6,590; makefile: 18
file content (14 lines) | stat: -rw-r--r-- 456 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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`.