doc: non-docker install pip command update

This commit is contained in:
Timothy J. Baek 2024-01-05 12:26:21 -08:00
parent 5e6d946f83
commit 6a996b940f
1 changed files with 1 additions and 1 deletions

View File

@ -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
```