Spaces:
Paused
Paused
Update setup.sh
Browse files
setup.sh
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
#!/bin/bash
|
|
|
|
| 2 |
pip install playwright
|
| 3 |
playwright install --with-deps chromium
|
| 4 |
chmod +x setup.sh
|
|
|
|
| 1 |
#!/bin/bash
|
| 2 |
+
pip install --upgrade pip
|
| 3 |
pip install playwright
|
| 4 |
playwright install --with-deps chromium
|
| 5 |
chmod +x setup.sh
|