Change order

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி
2025-03-17 09:00:53 +05:30
parent 174f6bb72d
commit b7e3c4d8b5

View File

@@ -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):