Scrapy / setup_playwright.sh
Lukeetah's picture
Upload 12 files
dff33ce verified
raw
history blame contribute delete
317 Bytes
#!/bin/bash
# Script de instalación automática para Playwright en Hugging Face Spaces
echo "🚀 Instalando Playwright browsers..."
# Instalar browsers de Playwright
python -m playwright install chromium
# Verificar instalación
python -m playwright install-deps
echo "✅ Playwright configurado correctamente"