From 2567d7f65b021c467915198167025c20021115d4 Mon Sep 17 00:00:00 2001 From: Chidi Williams Date: Sun, 29 Oct 2023 16:22:08 +0000 Subject: [PATCH] Update docs --- README.md | 7 +++++++ docs/docs/installation.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index cb56d43..1955e4f 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 16d1c2e..926e4af 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 +```