mirror of
https://github.com/browser-use/browser-use
synced 2026-05-06 17:52:15 +02:00
One line easy setup
This commit is contained in:
@@ -5,7 +5,7 @@ icon: "rocket"
|
||||
---
|
||||
|
||||
|
||||
## 1. Fast setup
|
||||
## 1. Easy setup
|
||||
|
||||
Use [uv](https://docs.astral.sh/uv/) to create and activate the environment:
|
||||
|
||||
@@ -33,9 +33,8 @@ Install Chromium:
|
||||
uvx playwright install chromium --with-deps
|
||||
```
|
||||
|
||||
## 2. Choose your LLM
|
||||
Create a `.env` file:
|
||||
|
||||
## 2. Choose your favorite LLM
|
||||
Create a `.env` file and add your API key:
|
||||
|
||||
```bash .env
|
||||
OPENAI_API_KEY=
|
||||
|
||||
Reference in New Issue
Block a user