Improve npm run setup
for Mac
#43
Labels
medium difficulty
Larger in scope than easy difficulty but still fairly self-contained
npm run setup
for Mac
#43
Problem
Right now,
npm run setup
will check to see if you have all the local dependencies required to run the tool:ollama
yt-dlp
ffmpeg
whisper.cpp
If you don't have
whisper.cpp
installed, it will automatically clone and build the project. However, if you don't have any of the other tools installed, it will just print out a link with installation instructions.Goal
Update the
setup.sh
script to installyt-dlp
,ffmpeg
, andollama
if they are not detected.Open Questions
Do we default to
brew
for the installation? A future issue will be opened to make the setup script cross platform, so Windows and Linux support should be considered out of scope right now.Related Issues
#42
The text was updated successfully, but these errors were encountered: