lazychih114
commited on
Commit
·
5a49290
1
Parent(s):
0c4d1f2
upload install instructions of playwright
Browse files
README.md
CHANGED
@@ -104,10 +104,12 @@ owl_env\Scripts\activate
|
|
104 |
source owl_env/bin/activate
|
105 |
```
|
106 |
|
|
|
107 |
## **Install Dependencies**
|
108 |
|
109 |
```bash
|
110 |
python -m pip install -r requirements.txt
|
|
|
111 |
```
|
112 |
|
113 |
## **Setup Environment Variables**
|
|
|
104 |
source owl_env/bin/activate
|
105 |
```
|
106 |
|
107 |
+
|
108 |
## **Install Dependencies**
|
109 |
|
110 |
```bash
|
111 |
python -m pip install -r requirements.txt
|
112 |
+
playwright install
|
113 |
```
|
114 |
|
115 |
## **Setup Environment Variables**
|