I have searched for the last couple days on this, but I can't seem to figure it out. I am trying to install a pyttsx module for python 3.x, and have looked at multiple people saying I need to change the code in the init, engine, and driver files for the pyttsx module, which I have done, but pyttsx still doesn't seem to work. I am trying to install a module from here, but I don't know how to install GitHub packages/repos to python. I have tried pip install git+http://"URL_goes_here"
, but i can't seem to get it to work. I have the git client installed as well, which one of the answers said to do here.
I have python 3.x and windows 10.