add a step to install the proxy extra

This commit is contained in:
Din 2025-01-23 18:33:04 +05:00
parent 795a71ce1e
commit dfdceb8a29

View file

@ -16,6 +16,12 @@ Install the OpenTelemetry SDK:
pip install opentelemetry-api opentelemetry-sdk opentelemetry-exporter-otlp
```
Install the `proxy` extra that is required for the OpenTelemetry integration:
```
pip install litellm[proxy]
```
Set the environment variables (different providers may require different variables):