From 97c6c66a3a63a955a4c6ab2f8b8a6035a08457f9 Mon Sep 17 00:00:00 2001 From: Raivis Dejus Date: Fri, 16 Aug 2024 19:17:43 +0300 Subject: [PATCH] Adding note on running buzz from source on macos --- CONTRIBUTING.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cc90b13e8..ed25d1e07 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,6 +54,17 @@ On versions prior to Ubuntu 24.04 install `sudo apt-get install --no-install-rec 7. Build Buzz `poetry build` 8. Run Buzz `python -m buzz` +### Mac + +1. Clone the repository `git clone --recursive https://github.com/chidiwilliams/buzz.git` +2. Enter repo folder `cd buzz` +3. Install Poetry `brew install poetry` +4. Activate the virtual environment `poetry shell` +5. Install the dependencies `poetry install` +6. Install system dependencies you may be missing `brew install ffmpeg` +7. Build Buzz `poetry build` +8. Run Buzz `python -m buzz` + #### Necessary dependencies for Faster Whisper on GPU All the dependencies for GPU support should be included in the dependency packages already installed,