Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contributing/samples/computer_use/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The computer use agent consists of:
Install the required Python packages from the requirements file:

```bash
uv pip install -r internal/samples/computer_use/requirements.txt
uv pip install -r contributing/samples/computer_use/requirements.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For clarity and consistency, it would be helpful to explicitly state that this command should be run from the project root. The 'Usage' section on line 45 does this well, and echoing that instruction here would prevent potential user error when they follow the setup steps.

```

### 2. Install Playwright Dependencies
Expand All @@ -45,7 +45,7 @@ playwright install chromium
To start the computer use agent, run the following command from the project root:

```bash
adk web internal/samples
adk web contributing/samples
```

This will start the ADK web interface where you can interact with the computer_use agent.
Expand Down