From 481999beb501d5e5536a1e79a0ec0d1d3c85ac57 Mon Sep 17 00:00:00 2001 From: Shrey Pandya Date: Wed, 19 Nov 2025 18:15:45 -0800 Subject: [PATCH] update README for installing Chromium binaries --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 44473dbd..3041d9cf 100644 --- a/README.md +++ b/README.md @@ -219,6 +219,9 @@ cd stagehand-python # Install in editable mode with development dependencies pip install -r requirements.txt + +# Ensure that a Chromium binary exists for local testing +python -m playwright install chromium ```