Update index.mdx

This commit is contained in:
jiangying 2024-07-17 11:20:36 +08:00 committed by GitHub
parent 6412372bf4
commit 1ee2fa930f

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