update the main README

pull/367/head
Eren Gölge 2021-03-08 14:05:39 +01:00
parent d43a46cc96
commit 426bdbd9cc
1 changed files with 6 additions and 10 deletions

View File

@ -91,11 +91,7 @@ Underlined "TTS*" and "Judy*" are :frog:TTS models
You can also help us implement more models. Some :frog: TTS related work can be found [here](https://github.com/erogol/TTS-papers).
## Install TTS
<<<<<<< HEAD
:frog: TTS is tested on Ubuntu 18.04 with **python >= 3.6, < 3.9**.
=======
TTS is tested on Ubuntu 18.04 with **python >= 3.6, <3.9**.
>>>>>>> readme update for espeak install
If you are only interested in [synthesizing speech](https://github.com/coqui-ai/TTS/tree/dev#example-synthesizing-speech-on-terminal-using-the-released-models) with the released :frog: TTS models, installing from PyPI is the easiest option.
@ -110,9 +106,9 @@ git clone https://github.com/coqui-ai/TTS
pip install -e .
```
We use ```espeak``` to convert graphemes to phonemes. You might need to install separately.
We use ```espeak-ng``` to convert graphemes to phonemes. You might need to install separately.
```bash
sudo apt-get install espeak
sudo apt-get install espeak-ng
```
## Directory Structure
@ -256,7 +252,7 @@ pip install pylint cardboardlint
cardboardlinter --refspec master
```
7. Send a PR to ```dev``` branch, explain what the change is about.
8. Let us discuss until we make it perfect :).
8. Let us discuss until we make it perfect :) 💪.
9. We merge it to the ```dev``` branch once things look good.
Feel free to ping us at any step you need help using our communication channels.