ソースを参照

doc: non-docker install pip command update

Timothy J. Baek 1 年間 前
コミット
6a996b940f
1 ファイル変更1 行追加1 行削除
  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
 ```