update readme_zh docker

This commit is contained in:
yifeng.wang
2025-03-15 01:20:11 +08:00
parent 26ef4284ff
commit 35e2efd577

View File

@@ -261,7 +261,12 @@ cd .container
docker-compose up -d
# 在容器中运行OWL
docker-compose exec owl bash -c "cd .. && source .venv/bin/activate && cd owl"
docker-compose exec owl bash
# 激活虚拟环境
cd .. && source .venv/bin/activate && cd owl
playwright install-deps
#运行例子演示脚本
xvfb-python run.py