Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 444 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 444 Bytes

Coqui CLI

🐸CLI lets you use our services programmatically.

Documentation

Usage documentation available at coqui-py.readthedocs.io.

Development

$ 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