Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Oct 29, 2023
1 parent fe926b8 commit 2567d7f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ OpenAI's [Whisper](https://github.com/openai/whisper).

## Installation

**PyPI**:

```shell
pip install buzz-captions
python -m buzz
```

**macOS**:

```shell
Expand Down
7 changes: 7 additions & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 2567d7f

Please sign in to comment.