Skip to content

Installation

BustAPI requires Python 3.8+ and runs on Linux, macOS, and Windows.

Install via pip

pip install bustapi

Optional Dependencies

For standard server (uvicorn)

pip install uvicorn

For high-performance async loops

pip install uvloop