From 6a996b940f4e909b21c9def4a418c16f01a8fefa Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Fri, 5 Jan 2024 12:26:21 -0800 Subject: [PATCH] doc: non-docker install pip command update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d18b0653c..f35d66783 100644 --- a/README.md +++ b/README.md @@ -227,7 +227,7 @@ npm run build # Serving Frontend with the Backend cd ./backend -pip install -r requirements.txt +pip install -r requirements.txt -U sh start.sh ```