File size: 118 Bytes
58c1896
aee28cc
58c1896
 
448c1ee
1
2
3
4
5
#!/bin/bash
pip install --upgrade pip
pip install playwright
playwright install --with-deps chromium
chmod +x setup.sh