From 8fb4ab6983db4a9026cdd66784e5e4c24a2b96f7 Mon Sep 17 00:00:00 2001 From: GH05TCREW Date: Thu, 11 Dec 2025 09:10:36 -0700 Subject: [PATCH] docs: add playwright install step to manual setup --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7f34a87..e395164 100644 --- a/README.md +++ b/README.md @@ -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