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