Skip to content

Installation

Requirements

  • Python 3.12 or higher

Install from PyPI

pip install haiway

Optional Dependencies

You may choose to install haiway including optional support for OpenTelemetry.

OpenTelemetry Support

For distributed tracing and observability:

pip install haiway[opentelemetry]

For httpx implementation of http client:

pip install haiway[httpx]

Now you're ready to continue with the Quick Start guide!