Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 496 Bytes

installation.md

File metadata and controls

27 lines (18 loc) · 496 Bytes

Installation

techiaith-tts supports Python >= 3.9.

Installing with pip

techiaith-tts is available on PyPI. Just run

pip install techiaith-tts

Installing from source

To install techiaith-tts from source, first clone the repository:

git clone https://github.com/str20tbl/techiaith-tts.git
cd techiaith-tts

Then run

pip install -e .