mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Update docs
This commit is contained in:
parent
fe926b87e0
commit
2567d7f65b
2 changed files with 14 additions and 0 deletions
|
|
@ -20,6 +20,13 @@ OpenAI's [Whisper](https://github.com/openai/whisper).
|
|||
|
||||
## Installation
|
||||
|
||||
**PyPI**:
|
||||
|
||||
```shell
|
||||
pip install buzz-captions
|
||||
python -m buzz
|
||||
```
|
||||
|
||||
**macOS**:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue