Install FastAPI - Web development with Python FastAPI
Keyboard shortcuts
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Install FastAPI
-
FastAPI to build web application back-ends that serve JSON or other data formats.
-
Python 3.8 or newer is needed
-
In order to get started one needs to install FastAPI manually, or, as we can see on the next page add it as part of the
requirements.txtfile.
pip install "fastapi[all]"