docs: use venv python for SeleniumService run command

This commit is contained in:
Gitead
2026-04-18 21:48:01 -04:00
parent 1a9b0ee928
commit f126fb7364

View File

@@ -149,7 +149,7 @@ npm run dev
**Terminal 2** — Selenium service:
```sh
cd apps/SeleniumService
python3 agent.py
.venv/bin/python3 agent.py
```
---