Update docs

This commit is contained in:
Chidi Williams 2023-10-29 16:22:08 +00:00
parent fe926b87e0
commit 2567d7f65b
2 changed files with 14 additions and 0 deletions

View file

@ -20,6 +20,13 @@ OpenAI's [Whisper](https://github.com/openai/whisper).
## Installation
**PyPI**:
```shell
pip install buzz-captions
python -m buzz
```
**macOS**:
```shell

View file

@ -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
```