zjrwtx commited on
Commit
e901358
·
1 Parent(s): 20d100d

update readme docker

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -267,7 +267,12 @@ cd .container
267
  docker-compose up -d
268
 
269
  # Run OWL inside the container
270
- docker-compose exec owl bash -c "cd .. && source .venv/bin/activate && cd owl"
 
 
 
 
 
271
 
272
  #run example demo script
273
  xvfb-python run.py
 
267
  docker-compose up -d
268
 
269
  # Run OWL inside the container
270
+ docker-compose exec owl bash
271
+
272
+ # activate the virtual environment
273
+ cd .. && source .venv/bin/activate && cd owl
274
+
275
+ playwright install-deps
276
 
277
  #run example demo script
278
  xvfb-python run.py