From acd63fd0a51268f7a986fc16da36ab9f7ebf7e58 Mon Sep 17 00:00:00 2001 From: Tavis Rudd <236886+tavisrudd@users.noreply.github.com> Date: Sun, 19 Nov 2023 15:16:13 -0800 Subject: [PATCH] Update README.md re issue #4 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b66e88e..80aabe3 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ Install this tool using `pipx`: ```bash pipx install ospeak ``` +Note, on MacOS there's a [broken dependency](https://github.com/simonw/ospeak/issues/4) with Python 3.12 so instead run: +```bash +pipx install --python /path/to/python3.11 ospeak +``` + This tool also depends on `ffmpeg`. You can install that on macOS using [Homebrew](https://brew.sh/) like this: ```bash brew install ffmpeg