Skip to content
Snippets Groups Projects
Unverified Commit d2d33d10 authored by Andrés Marafioti's avatar Andrés Marafioti Committed by GitHub
Browse files

Merge pull request #77 from huggingface/doc-improvement

improve documentation
parents 5e667f94 c116cf2b
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