iruno commited on
Commit
03c72a8
·
verified ·
1 Parent(s): 821fefb

Upload setup.py

Browse files
Files changed (1) hide show
  1. playwright_custom/setup.py +2 -0
playwright_custom/setup.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import os
2
+ os.system("sudo playwright install-deps")