Skip to content

Commit 938c5b7

Browse files
committed
docs: clarify Windows venv activation commands
1 parent e61439b commit 938c5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TESTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Run these before manual testing when your change affects packaging, scaffolding,
2626
```bash
2727
cd <spec-kit-repo>
2828
uv sync --extra test
29-
source .venv/bin/activate # On Windows: .venv\Scripts\activate
29+
source .venv/bin/activate # On Windows (CMD): .venv\Scripts\activate | (PowerShell): .venv\Scripts\Activate.ps1
3030
```
3131

3232
### Generated package structure and content
@@ -67,7 +67,7 @@ Inspect `.genreleases/sdd-copilot-package-sh/` and the matching ZIP in `.genrele
6767
# Install the project and test dependencies from your local branch
6868
cd <spec-kit-repo>
6969
uv sync --extra test
70-
source .venv/bin/activate # On Windows: .venv\Scripts\activate
70+
source .venv/bin/activate # On Windows (CMD): .venv\Scripts\activate | (PowerShell): .venv\Scripts\Activate.ps1
7171
uv pip install -e .
7272
# Ensure the `specify` binary in this environment points at your working tree so the agent runs the branch you're testing.
7373

0 commit comments

Comments
 (0)