Skip to content
Open
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
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).
Copy link
Contributor

Choose a reason for hiding this comment

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

i feel like this could be clearer either with headers, or putting the alternative inside a markdown callout or a collapsed section


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

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