Skip to content

Commit 174f6bb

Browse files
committed
Update playwright install commands
1 parent e43a54f commit 174f6bb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,16 @@ Install Python packages:
6565
uv pip install -r requirements.txt
6666
```
6767

68-
Install Playwright:
68+
Install Browsers in Playwright:
6969
```bash
7070
playwright install
7171
```
7272

73+
You can also install specific browsers:
74+
```bash
75+
playwright install --with-deps chromium
76+
```
77+
7378
#### Step 4: Configure Environment
7479
1. Create a copy of the example environment file:
7580
- Windows (Command Prompt):

0 commit comments

Comments
 (0)