Files
TTS/docs/source/installation.md
Edresson Casanova 0860d73cf8 Remove Tensorflow requeriment (#1225)
* Remove TF modules

* Remove TF unit tests

* Remove TF vocoder modules

* Remove TF convert scripts

* Remove TF requirement

* Remove the Docs TF instructions

* Remove TF inference support
2022-02-10 16:14:54 +01:00

713 B

Installation

🐸TTS supports python >=3.6 <=3.9 and tested on Ubuntu 18.10, 19.10, 20.10.

Using pip

pip is recommended if you want to use 🐸TTS only for inference.

You can install from PyPI as follows:

pip install TTS  # from PyPI

Or install from Github:

pip install git+https://github.com/coqui-ai/TTS  # from Github

Installing From Source

This is recommended for development and more control over 🐸TTS.

git clone https://github.com/coqui-ai/TTS/
cd TTS
make system-deps  # only on Linux systems.
make install

On Windows

If you are on Windows, 👑@GuyPaddock wrote installation instructions [here](https://stackoverflow.com/questions/66726331/