mirror of
https://github.com/open-webui/docs
synced 2025-06-14 18:40:18 +00:00
Update index.mdx
This commit is contained in:
parent
a76b804cbb
commit
9e244df25c
@ -222,8 +222,12 @@ npm run build
|
|||||||
|
|
||||||
# Serving Frontend with the Backend
|
# Serving Frontend with the Backend
|
||||||
cd ./backend
|
cd ./backend
|
||||||
python -m venv
|
|
||||||
./venv/Scripts/activate
|
# Optional, you can enable venv with to avoid pollute system packages
|
||||||
|
# python -m venv
|
||||||
|
# ./venv/Scripts/activate
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
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