Skip to content

Commit

Permalink
docs: update venv activation for windows (#1836)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
samypr100 committed Feb 21, 2024
1 parent 3a34918 commit f441f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ To activate the virtual environment:
source .venv/bin/activate

# On Windows.
.\.venv\Scripts\activate.ps1
.venv\Scripts\activate
```

To install a package into the virtual environment:
Expand Down

0 comments on commit f441f8f

Please sign in to comment.