Update index.mdx

This commit is contained in:
jiangying 2024-07-17 11:19:11 +08:00 committed by GitHub
parent a76b804cbb
commit 9e244df25c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -222,8 +222,12 @@ npm run build
# Serving Frontend with the 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
bash start.sh
```