mirror of
https://github.com/open-webui/docs
synced 2025-05-21 11:46:15 +00:00
Update index.mdx guide, use venv
This commit is contained in:
parent
ebe6ce3be7
commit
a76b804cbb
@ -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