Update index.mdx guide, use venv

This commit is contained in:
jiangying 2024-07-16 23:34:29 +08:00 committed by GitHub
parent 03579f5e13
commit 7e86f246ee

View File

@ -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
```