Get started

Installation

  1. Install Python Pip.

  2. Install Caster:

    pip install 'git+https://github.com/CasterVoice/caster-core.git'
    
  3. Configure Caster:

    Run

    python -m castervoice
    

    This will create a file config/caster.yml which contains the Configuration for Caster. Engines must be configured and may provide special configuration options.

  4. Follow steps for one of the Engines which you configured in the previous step.

Usage

Caster can be started with the following:

python -m castervoice

To list available options execute:

python -m castervoice --help