Skip to content

Commit 1d12cdd

Browse files
committed
Update browser-use.mdx
Updated to UV method and included dependency name.
1 parent 9949471 commit 1d12cdd

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

integrations/browser-use.mdx

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,19 @@ 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+
1324
```bash
14-
pip install onkernel
25+
uv pip install kernel
1526
```
1627

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

0 commit comments

Comments
 (0)