forked from open-webui/open-webui
doc: non-docker install pip command update
This commit is contained in:
parent
5e6d946f83
commit
6a996b940f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue