uttertype icon indicating copy to clipboard operation
uttertype copied to clipboard

Git clone should be one of the steps

Open vfonic opened this issue 11 months ago • 0 comments

I was surprised to see that I need to run pip install -r requirements.txt while I didn't even have the repository downloaded.

There are many ways to distribute GitHub projects: via releases with installers, cloning the repo, running curl | sh, etc.

Although it's probably obvious, it should be written.

For example: https://github.com/ggerganov/whisper.cpp?tab=readme-ov-file#quick-start

vfonic avatar Feb 11 '25 14:02 vfonic