An open API service indexing awesome lists of open source software.

https://github.com/coqui-ai/coqui-py

Coqui CLI
https://github.com/coqui-ai/coqui-py

Last synced: 6 months ago
JSON representation

Coqui CLI

Awesome Lists containing this project

README

          

# Coqui CLI

🐸CLI lets you use our services programmatically.

## Documentation

Usage documentation available at [coqui-py.readthedocs.io](https://coqui-py.readthedocs.io/).

## Development

```bash
$ 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
```