mirror of
https://github.com/camel-ai/owl.git
synced 2026-03-22 05:57:17 +08:00
docs: Update README.md (#428)
This commit is contained in:
11
README.md
11
README.md
@@ -259,10 +259,10 @@ pip install -r requirements.txt --use-pep517
|
||||
```bash
|
||||
# This option downloads a ready-to-use image from Docker Hub
|
||||
# Fastest and recommended for most users
|
||||
docker-compose up -d
|
||||
docker compose up -d
|
||||
|
||||
# Run OWL inside the container
|
||||
docker-compose exec owl bash
|
||||
docker compose exec owl bash
|
||||
cd .. && source .venv/bin/activate
|
||||
playwright install-deps
|
||||
xvfb-python examples/run.py
|
||||
@@ -276,10 +276,10 @@ xvfb-python examples/run.py
|
||||
# 2. Comment out the "image: mugglejinx/owl:latest" line
|
||||
# 3. Uncomment the "build:" section and its nested properties
|
||||
# 4. Then run:
|
||||
docker-compose up -d --build
|
||||
docker compose up -d --build
|
||||
|
||||
# Run OWL inside the container
|
||||
docker-compose exec owl bash
|
||||
docker compose exec owl bash
|
||||
cd .. && source .venv/bin/activate
|
||||
playwright install-deps
|
||||
xvfb-python examples/run.py
|
||||
@@ -560,6 +560,9 @@ python owl/webapp_zh.py
|
||||
|
||||
# Start the English version
|
||||
python owl/webapp.py
|
||||
|
||||
# Start the Japanese version
|
||||
python owl/webapp_jp.py
|
||||
```
|
||||
|
||||
## Features
|
||||
|
||||
Reference in New Issue
Block a user