Update installation command in README to include Kokoro dependency

This commit is contained in:
Deniz Şafak
2025-12-10 04:17:18 +03:00
parent 56f81ef892
commit a2f186e7a1
+1 -1
View File
@@ -82,7 +82,7 @@ First, [install uv](https://docs.astral.sh/uv/getting-started/installation/) if
brew install espeak-ng brew install espeak-ng
# Install abogen (Automatically handles Silicon Mac/MPS support) # 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"
``` ```
<details> <details>