From 26ef4284ff57b3bd4405a28dfb78d2796a85eac6 Mon Sep 17 00:00:00 2001 From: "yifeng.wang" <3038880699@qq.com> Date: Sat, 15 Mar 2025 01:17:44 +0800 Subject: [PATCH] update readme docker --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e15f38d..ce874b3 100644 --- a/README.md +++ b/README.md @@ -267,7 +267,12 @@ cd .container docker-compose up -d # Run OWL inside the container -docker-compose exec owl bash -c "cd .. && source .venv/bin/activate && cd owl" +docker-compose exec owl bash + +# activate the virtual environment +cd .. && source .venv/bin/activate && cd owl + +playwright install-deps #run example demo script xvfb-python run.py