Browse Source

doc: non-docker install pip command update

Timothy J. Baek 1 năm trước cách đây
mục cha
commit
6a996b940f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      README.md

+ 1 - 1
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
 ```