Skip to content

Commit 4680372

Browse files
committed
update install script for windows
1 parent 80c309e commit 4680372

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ cd playwright-python
5555

5656
### Create and activate a virtual environment then Install project dependencies
5757

58-
#### For Windows:
58+
#### PowerShell installation in windows:
5959
```bash
60-
pip install uv
61-
uv venv
62-
.\env\Scripts\activate
60+
python -m uv venv
61+
.venv\Scripts\Activate.ps1
62+
python -m ensurepip --upgrade
63+
python -m pip install uv
6364
uv sync --all-extras --dev
6465
```
6566

0 commit comments

Comments
 (0)