Skip to content

Commit 1e2914b

Browse files
committed
Simplified kernel install
Simplified to use uv add instead of two steps
1 parent 1d12cdd commit 1e2914b

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

integrations/browser-use.mdx

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,8 @@ If you already have a Browser Use implementation, you can easily switch to using
1010

1111
### 1. Install the Kernel SDK
1212

13-
Add Kernel to your project dependencies in `pyproject.toml`:
14-
15-
```toml
16-
dependencies = [
17-
"kernel>=0.11.1",
18-
# ... your other dependencies
19-
]
20-
```
21-
22-
Then install it using uv:
23-
2413
```bash
25-
uv pip install kernel
14+
uv add kernel
2615
```
2716

2817
### 2. Initialize Kernel and create a browser

0 commit comments

Comments
 (0)