- Python 3.6+
sudo apt install rabbitmq-server
pip install -Ur requirements.txt
cp src/.env-example src/.env
$ sudo rabbitmq-server
$ celery -A tasks worker -B
$ python server.py
Configuration is stored in .env file.
Options:
web
(requests to TTS web service)local
(using local RHVoice. More on Wiki.)
Broker is used by Celery. Read more..