Skip to content

Commit f441f8f

Browse files
authored
docs: update venv activation for windows (#1836)
## Summary Follow on to PR #1811 as part of issue #1750. This change updates the windows venv activation to work for both Powershell and Command Prompt instead of just Powershell. This also aligns with what `uv venv` displays.
1 parent 3a34918 commit f441f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ To activate the virtual environment:
6666
source .venv/bin/activate
6767

6868
# On Windows.
69-
.\.venv\Scripts\activate.ps1
69+
.venv\Scripts\activate
7070
```
7171

7272
To install a package into the virtual environment:

0 commit comments

Comments
 (0)