auto-subtitle icon indicating copy to clipboard operation
auto-subtitle copied to clipboard

command not found: auto_subtitle

Open vax-r opened this issue 1 year ago • 2 comments

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?

vax-r avatar Oct 07 '23 03:10 vax-r

maybe try

pip3 -m auto_subtitle

Don't know if it'll actually work, but just might

FPVogel avatar Oct 09 '23 10:10 FPVogel

Already closed on this #43

kauedelazzeri avatar Jan 11 '24 17:01 kauedelazzeri