update readme docker
Browse files
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
|
|
|
|
|
|
|
|
|
|
|
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
|