diff --git a/README.md b/README.md index acffaa9..62ac759 100644 --- a/README.md +++ b/README.md @@ -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). + +Alternatively, clone the repository and install dependencies to a virtual environment: ```console cd agent-starter-python