pip install"ai-dynamo[sglang]"# or [vllm] or [trtllm]
uv pip install --prerelease=allow "ai-dynamo[sglang]" # or [vllm]
```
> **Note:** TensorRT-LLM requires `pip` with `--extra-index-url https://pypi.nvidia.com`. See the [install guide](docs/getting-started/local-installation.md) for TRT-LLM-specific instructions.
Then start the frontend and a worker as shown above. See the [full installation guide](docs/getting-started/local-installation.md) for system dependencies and backend-specific notes.