Install dependencies:
pip install -r requirements.txtTo run this example, create an Uptrace project to obtain a DSN and run:
UPTRACE_DSN=https://<token>@api.uptrace.dev/<project_id> python3 main.pyAnd open http://localhost:8000
See Getting started with Flask, SQLAlchemy, and OpenTelemetry for details.