/caster-core

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Caster (3) - Prototype

Docs: https://castervoice.readthedocs.io

Build

Documentation

To build the documentation:

pip install . -r docs/requirements.txt
cd docs
make html

You can also serve the documentation through a web server locally:

make auto