mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Update index.mdx guide, use venv
This commit is contained in:
parent
03579f5e13
commit
7e86f246ee
@ -222,6 +222,8 @@ npm run build
|
|||||||
|
|
||||||
# Serving Frontend with the Backend
|
# Serving Frontend with the Backend
|
||||||
cd ./backend
|
cd ./backend
|
||||||
|
python -m venv
|
||||||
|
./venv/Scripts/activate
|
||||||
pip install -r requirements.txt -U
|
pip install -r requirements.txt -U
|
||||||
bash start.sh
|
bash start.sh
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user