mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
Update playwright install commands
This commit is contained in:
@@ -65,11 +65,16 @@ Install Python packages:
|
||||
uv pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Install Playwright:
|
||||
Install Browsers in Playwright:
|
||||
```bash
|
||||
playwright install
|
||||
```
|
||||
|
||||
You can also install specific browsers:
|
||||
```bash
|
||||
playwright install --with-deps chromium
|
||||
```
|
||||
|
||||
#### Step 4: Configure Environment
|
||||
1. Create a copy of the example environment file:
|
||||
- Windows (Command Prompt):
|
||||
|
||||
Reference in New Issue
Block a user