mirror of
https://github.com/open-webui/docs
synced 2025-05-20 19:26:22 +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
|
||||
cd ./backend
|
||||
python -m venv
|
||||
./venv/Scripts/activate
|
||||
pip install -r requirements.txt -U
|
||||
bash start.sh
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user