We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c309e commit 4680372Copy full SHA for 4680372
1 file changed
README.md
@@ -55,11 +55,12 @@ cd playwright-python
55
56
### Create and activate a virtual environment then Install project dependencies
57
58
-#### For Windows:
+#### PowerShell installation in windows:
59
```bash
60
-pip install uv
61
-uv venv
62
-.\env\Scripts\activate
+python -m uv venv
+.venv\Scripts\Activate.ps1
+python -m ensurepip --upgrade
63
+python -m pip install uv
64
uv sync --all-extras --dev
65
```
66
0 commit comments