shirayu / whispering

Streaming transcriber with whisper
MIT License
682 stars 53 forks source link

Add "how to run dev version" in the readme #39

Closed charles-zablit closed 2 years ago

charles-zablit commented 2 years ago

Description

Sorry for this, but I couldn't figure out how to run in development mode. When I clone the repo, it throws whispering module not found, and when I install whispering it uses the files from the pip install, not the cloned repo.

My current fix is to manually edit the imports.

Could you please add some instructions on how to run it locally in dev mode?

Thanks in advance!

shirayu commented 2 years ago

Thanks for pointing that out! I have added that to the README. https://github.com/shirayu/whispering#for-developers

If you still have questions, please feel free to reopen this!