浏览代码

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