Installation¶
Requirements¶
- Python 3.11 or higher
- FastAPI 0.100.0 or higher
- SQLAlchemy 2.0 or higher
Install with pip¶
Install with uv (recommended)¶
Install from source¶
Dependencies¶
fastapi-admin-kit automatically installs:
fastapi— Web frameworksqlalchemy— ORMjinja2— Templatingitsdangerous— Session signingbcrypt— Password hashinguvicorn— ASGI server
Verify Installation¶
Next Steps¶
- Quick Start — Get your admin panel running in 5 minutes
- Configuration — Customize the admin to fit your needs