docs: add playwright install step to manual setup

This commit is contained in:
GH05TCREW
2025-12-11 09:10:36 -07:00
parent 84219439fe
commit 8fb4ab6983

View File

@@ -25,6 +25,7 @@ python -m venv venv
.\venv\Scripts\Activate.ps1 # Windows
source venv/bin/activate # Linux/macOS
pip install -e ".[all]"
playwright install chromium # Required for browser tool
```
## Configure