Installation

The installation is easy and quick.

Standard installation

# To install latest stable version from PyPI
pip install tethys

OR

# To install from github
pip install -e git+https://github.com/tethys-platform/tethys.git

OR

# To install from local directory
pip install -e .

Installation with extras

pip install tethys[extra-1, extra-2]

OR

pip install -e git+https://github.com/tethys-platform/tethys.git#egg=tethys[extra-1, extra-2]

OR

pip install -e .[extra-1, extra-2]

Here’s the list of the extras:

Extra

Meaning

all

All extras above

dev

Extras for developing

extended

Additional extras

mongo

Mongodb integration

rabbit

RabbitMQ integration

kafka

Kafka integration