diff --git a/README.md b/README.md index eb34941c8347b23cdc7c47f6ccf4a33cfe514ece..af8a51887e79c897b61daa70f83879fd0faf4dd5 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,17 @@ Install the required dependencies using [uv](https://github.com/astral-sh/uv): uv pip install -r requirements.txt ``` +For Mac users, use the `requirements_mac.txt` file instead: +```bash +uv pip install -r requirements_mac.txt +``` + +If you want to use Melo TTS, you also need to run: +```bash +python -m unidic download +``` + + ## Usage The pipeline can be run in two ways: