I'm starting to learn python, I'm using python 3.8.1 and try to install this:
import pyttsx3
engine = pyttsx3.init()
engine.say("Testing")
engine.runAndWait()
but when I input pip install pyttsx3
in terminal, it's like this
-bash: pip: command not found
I'm using MacOs Catalina 10.15.5
Thanks,