From f126fb7364737bc69459b32c079b143d796fd9d1 Mon Sep 17 00:00:00 2001 From: Gitead Date: Sat, 18 Apr 2026 21:48:01 -0400 Subject: [PATCH] docs: use venv python for SeleniumService run command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ced890..ae03a2e 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ npm run dev **Terminal 2** — Selenium service: ```sh cd apps/SeleniumService -python3 agent.py +.venv/bin/python3 agent.py ``` ---