Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Eren Gölge authored Jan 26, 2021
1 parent 1358e1a commit 9a865c8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,16 @@ 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```
```
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.
```
git clone https://github.com/mozilla/TTS
pip install -e .
```

## Directory Structure
```
Expand Down

0 comments on commit 9a865c8

Please sign in to comment.