m1guelpf / auto-subtitle

Automatically generate and overlay subtitles for any video.
MIT License
1.31k stars 222 forks source link

command not found: auto_subtitle #58

Open vax-r opened 8 months ago

vax-r commented 8 months ago

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?

FPVogel commented 8 months ago

maybe try

pip3 -m auto_subtitle

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

kauedelazzeri commented 5 months ago

Already closed on this #43