Update README.md

This commit is contained in:
Nathaniel Handan 2024-05-17 16:22:46 +01:00 committed by GitHub
parent dbf1a08a0d
commit 1548009575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -156,6 +156,7 @@ If you plan to code or train models, clone 🐸TTS and install it locally.
```bash
git clone https://github.com/coqui-ai/TTS
cd TTS/
pip install -e .[all,dev,notebooks] # Select the relevant extras
```