After running ``` pip install git+https://github.com/m1guelpf/yt-whisper.git ``` and ``` yt_whisper "https://www.youtube.com/watch?v=dQw4w9WgXcQ" ``` I get ``` bash: yt_whisper: command not found ``` Does python have a directory I need to add to my path?
After running
and
I get
Does python have a directory I need to add to my path?