ScreenCoder / setup.sh
Jimmyzheng-10's picture
update
ddb2dc9
raw
history blame contribute delete
260 Bytes
#!/bin/bash
# This script is executed after the 'pip install -r requirements.txt' and before the execution of the app.
# 1. Install playwright browsers
echo "Installing playwright browsers..."
python -m playwright install --with-deps
echo "Setup complete."