Update index.mdx guide, use venv

This commit is contained in:
jiangying 2024-07-16 23:34:29 +08:00 committed by GitHub
parent ebe6ce3be7
commit a76b804cbb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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