Update index.mdx

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

View File

@ -223,7 +223,7 @@ npm run build
# Serving Frontend with the Backend
cd ./backend
# Optional, you can enable venv with to avoid pollute system packages
# Optional, you can enable venv with to avoid collision with the system wide packages
# python -m venv
# ./venv/Scripts/activate