diff --git a/README.md b/README.md index cb56d43ea..1955e4f61 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,13 @@ OpenAI's [Whisper](https://github.com/openai/whisper). ## Installation +**PyPI**: + +```shell +pip install buzz-captions +python -m buzz +``` + **macOS**: ```shell diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 16d1c2e90..926e4afcc 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -41,3 +41,10 @@ sudo apt-get install libportaudio2 ``` Then, download and extract the `Buzz-x.y.z-unix.tar.gz` file + +## PyPI + +```shell +pip install buzz-captions +python -m buzz +```