From f4f3a4c2073c94ad31e1e57c8a17d95315b2bf80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Wed, 17 Sep 2025 22:39:45 +0300 Subject: [PATCH] Update readme --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 2b13285..6297bcb 100644 --- a/README.md +++ b/README.md @@ -96,6 +96,8 @@ pip3 install --pre torch torchvision torchaudio --index-url https://download.pyt > See [How to fix "CUDA GPU is not available. Using CPU" warning?](#cuda-warning) +> See [How to use "uv" instead of "pip"?](#use-uv-instead-of-pip) + > Special thanks to [@hg000125](https://github.com/hg000125) for his contribution in [#23](https://github.com/denizsafak/abogen/issues/23). AMD GPU support is possible thanks to his work. ## `How to run?` @@ -363,6 +365,18 @@ This will start Abogen in command-line mode and display detailed error messages. +
+How to use "uv" instead of "pip"? + + +> Abogen needs "pip", because Kokoro uses pip to download voice models from HuggingFace Hub. If you want to use "uv" instead of "pip", you can use the following command to run Abogen: +> +> ```bash +> uvx --with pip abogen +> ``` + +
+ ## `Contributing` I welcome contributions! If you have ideas for new features, improvements, or bug fixes, please fork the repository and submit a pull request. ### For developers and contributors