🐸CLI lets you use our services programmatically.
Usage documentation available at coqui-py.readthedocs.io.
$ python -m pip install flit
# Below, -s means editable mode, symlinked. Using it lets you edit the code and
# test changes without having to reinstall the package.
$ python -m flit install -s
$ coqui --help
$ coqui login --help
$ # etc