Skip to content

Commit e74a4e4

Browse files
docs: Update Windows activation instructions for virtual environment in deployment guide
2 parents 90c1734 + 27cee26 commit e74a4e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documents/DeploymentGuide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
256256
python -m venv .venv
257257
```
258258
259-
**For Windows (PowerShell/Command Prompt):**
259+
**For Windows (Bash):**
260260
```shell
261-
.venv\Scripts\activate
261+
source .venv/Scripts/activate
262262
```
263263
264264
**For Linux/VS Code Web (Bash):**

0 commit comments

Comments
 (0)