Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.95 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.95 KB

^Build status Build Status Documentation Status

Intro

Text to speech (TTS) capability for Indic languages (especially Sanskrit).

For users

Installation or upgrade:

  • sudo pip install indic_text_to_speech -U
  • sudo pip install git+https://github.com/sanskrit-coders/indic_text_to_speech/@master -U
  • Web.

For contributors

Contact

Have a problem or question? Please head to github.

Packaging

  • ~/.pypirc should have your pypi login credentials.
python setup.py bdist_wheel
twine upload dist/* --skip-existing

Build documentation

  • sphinx html docs can be generated with cd docs; make html

Testing

Run pytest in the root directory.

Auxiliary tools