Skip to content

Commit

Permalink
README.md update
Browse files Browse the repository at this point in the history
  • Loading branch information
erogol committed Jan 26, 2021
1 parent b464cab commit 1358e1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ You can also help us implement more models. Some TTS related work can be found [
## Install TTS
TTS supports **python >= 3.6, <3.9**.

If you are only interested in [synthesizing speech](https://github.com/mozilla/TTS/tree/dev#example-synthesizing-speech-on-terminal-using-the-released-models) with the released TTS models, installing from PyPI is the easiest option.

```pip install TTS```

If you plan to code or train models, clone TTS and install it locally.

```git clone https://github.com/mozilla/TTS```
```pip install .``` or ```pip install -e .``` to keep your installation in your working directory.

## Directory Structure
Expand Down

0 comments on commit 1358e1a

Please sign in to comment.