auto-subtitle
auto-subtitle copied to clipboard
command not found: auto_subtitle
Description
I followed the installation guide in README.md and successfully install ffmpeg and everything in my macOS
$ pip3 install git+https://github.com/m1guelpf/auto-subtitle.git
but after the installation completed I test the command
$ auto_subtitle --help
My zsh give me the response
zsh: command not found: auto_subtitle
I wonder how can I solve it?
maybe try
pip3 -m auto_subtitle
Don't know if it'll actually work, but just might
Already closed on this #43