zjrwtx commited on
Commit
69b2e63
·
1 Parent(s): e901358

update readme_zh docker

Browse files
Files changed (1) hide show
  1. README_zh.md +6 -1
README_zh.md CHANGED
@@ -261,7 +261,12 @@ cd .container
261
  docker-compose up -d
262
 
263
  # 在容器中运行OWL
264
- docker-compose exec owl bash -c "cd .. && source .venv/bin/activate && cd owl"
 
 
 
 
 
265
 
266
  #运行例子演示脚本
267
  xvfb-python run.py
 
261
  docker-compose up -d
262
 
263
  # 在容器中运行OWL
264
+ docker-compose exec owl bash
265
+
266
+ # 激活虚拟环境
267
+ cd .. && source .venv/bin/activate && cd owl
268
+
269
+ playwright install-deps
270
 
271
  #运行例子演示脚本
272
  xvfb-python run.py