Skip to content
Snippets Groups Projects
Commit c116cf2b authored by Andres Marafioti's avatar Andres Marafioti
Browse files

improve documentation

parent 5e667f94
No related branches found
No related tags found
No related merge requests found
...@@ -51,6 +51,17 @@ Install the required dependencies using [uv](https://github.com/astral-sh/uv): ...@@ -51,6 +51,17 @@ Install the required dependencies using [uv](https://github.com/astral-sh/uv):
uv pip install -r requirements.txt 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 ## Usage
The pipeline can be run in two ways: The pipeline can be run in two ways:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment