link
Install FastAPI and dependencies
pip install fastapi uvicorn
Basic installation
Install with all optional dependencies
pip install fastapi[all]