소스 검색

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