From 1358e1a3686a5b14bf289c478e8d44c1ccf55fb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eren=20G=C3=B6lge?= Date: Tue, 26 Jan 2021 03:06:58 +0100 Subject: [PATCH] README.md update --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7dd17e43..87863001 100644 --- a/README.md +++ b/README.md @@ -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