From b24414c3f3ab0752abd2bff2af398430f474e110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20L=C3=B6vqvist?= Date: Sun, 7 Jun 2026 09:44:02 +0200 Subject: [PATCH] Updated readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ee9d611..a3ba5c6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,11 @@ This project aims to provide text to voice with voice cloning ability. It is usi This project started as a [vibe-coded](https://en.wikipedia.org/wiki/Vibe_coding) [experiment](https://gitea.efforting.tech/mikael-lovqvists-claude-agent/claude-voice-experiment) but this version is somewhat more hands on. +## Running + +The quickest way to test this is to setup according to the instructions below and then use the example scripts under [`examples/`](./examples). + + ## Setup ### Setup [venv](https://docs.python.org/3/library/venv.html) for [python](https://www.python.org/)