Skip to content

Commit 90a6f9d

Browse files
committed
Added link to local_example in readme.
1 parent b1db99f commit 90a6f9d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,15 @@ export MODEL_API_KEY="sk-proj-your-llm-api-key"
3232
uv run python examples/full_example.py
3333
```
3434

35+
## Local mode example
36+
37+
If you want to run Stagehand locally, use the local example (`examples/local_example.py`). It shows how to configure the client for `server="local"`:
38+
39+
```bash
40+
pip install stagehand-alpha
41+
uv run python examples/local_example.py
42+
```
43+
3544
<details>
3645
<summary><strong>Local development</strong></summary>
3746

0 commit comments

Comments
 (0)