diff --git a/README.md b/README.md index 9ced8901..ae03a2e1 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 ``` ---