From c060eb8d2909d0f3272af10c6b68670153389658 Mon Sep 17 00:00:00 2001 From: viva-douner Date: Wed, 7 Aug 2024 10:31:53 +0900 Subject: [PATCH] Add fastapi-cli while instaling fastapi --- python/frameworks/fastapi.html.markerb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/frameworks/fastapi.html.markerb b/python/frameworks/fastapi.html.markerb index 7f599c37d3..17bf7dc015 100644 --- a/python/frameworks/fastapi.html.markerb +++ b/python/frameworks/fastapi.html.markerb @@ -28,7 +28,7 @@ Deploying a FastAPI app on Fly.io is... well it's fast! You can be up and runnin Then we have to add the FastAPI dependency: ```cmd -poetry add fastapi +poetry add fastapi fastapi-cli ``` Now, let's create a simple FastAPI app in `main.py`: