Skip to content
Merged
Changes from 1 commit
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
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,16 @@ The project includes a complete [AGENTS.md](AGENTS.md) file for these assistants

## Dev Setup

Clone the repository and install dependencies to a virtual environment:
Create a project from this template with the LiveKit CLI (recommended):

```bash
lk cloud auth
lk agent init my-agent --template agent-starter-python
```

The CLI clones the template and configures your environment. Then follow the rest of this guide from [Run the agent](#run-the-agent).
Comment thread
aryeila marked this conversation as resolved.

Alternatively, clone the repository and install dependencies to a virtual environment:

```console
cd agent-starter-python
Expand Down