CasterVoice / caster-core

GNU General Public License v3.0
1 stars 1 forks source link

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