Browse Source

doc: non-docker install pip command update

Timothy J. Baek 1 year ago
parent
commit
6a996b940f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -227,7 +227,7 @@ npm run build
 
 
 # Serving Frontend with the Backend
 # Serving Frontend with the Backend
 cd ./backend
 cd ./backend
-pip install -r requirements.txt
+pip install -r requirements.txt -U
 sh start.sh
 sh start.sh
 ```
 ```