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