docs: update readme

This commit is contained in:
Enno Hermann 2024-05-30 22:13:42 +02:00
parent 29e91f2e77
commit bdd44cf28a
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,10 @@ Please use our dedicated channels for questions and discussion. Help is much mor
[discord]: https://discord.gg/5eXr5seRrv
[Tutorials and Examples]: https://github.com/coqui-ai/TTS/wiki/TTS-Notebooks-and-Tutorials
The [issues](https://github.com/coqui-ai/TTS/issues) and
[discussions](https://github.com/coqui-ai/TTS/discussions) in the original
repository are also still a useful source of information.
## 🔗 Links and Resources
| Type | Links |
@ -143,6 +147,7 @@ If you plan to code or train models, clone 🐸TTS and install it locally.
```bash
git clone https://github.com/idiap/coqui-ai-TTS
cd coqui-ai-TTS
pip install -e .
```