From a2f186e7a18ad91e0f8275d09a01294d3ce0f3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Wed, 10 Dec 2025 04:17:18 +0300 Subject: [PATCH] Update installation command in README to include Kokoro dependency --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c5c8d2c..c689744 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ First, [install uv](https://docs.astral.sh/uv/getting-started/installation/) if brew install espeak-ng # Install abogen (Automatically handles Silicon Mac/MPS support) -uv tool install --python 3.12 abogen +uv tool install abogen --with "kokoro @ git+https://github.com/hexgrad/kokoro.git" ```