newbie question: how to run gtts-cli on raspberry pi command line after succesfull "pip install gTTS" #322
Unanswered
the-other-martin
asked this question in
Q&A
Replies: 1 comment
-
Is this the way? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've succesfully installed gTTS via:
pip install gTTS
In python command line I can now use:
... but I'd like to use on raspberry command line like:
gtts-cli 'hello' --output hello.mp3
... it says:
-bash: gtts-cli: Kommando nicht gefunden. (command not found)
What do I need to change in my setup?
Thanks, Martin
Beta Was this translation helpful? Give feedback.
All reactions