Start
Installation
One dependency, plus FastAPI's standard extras for the development server.
Or install from source:
Requires Python 3.10 or newer. fastapi[standard] brings the fastapi dev
server used throughout these docs.
Installing uv#
Don't have uv yet? Grab it with your platform's package manager, or see the
uv installation guide:
Prefer pip? pip install fastauth_iq "fastapi[standard]" works the same way.
The docs use uv because it resolves and installs considerably faster.