From 81ff199a70ffec3e00b220bcf75cca3b95c0c0aa Mon Sep 17 00:00:00 2001 From: Alessandro Griseta Date: Thu, 18 Jun 2026 12:29:43 +0200 Subject: [PATCH] First venv activate, then pip install --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 09416da..754eda4 100644 --- a/README.md +++ b/README.md @@ -37,20 +37,17 @@ input from microphone and pre-recorded audio files. ``` On Debian/Ubuntu this installs `portaudio19-dev`, on Fedora `portaudio-devel`, on macOS it uses Homebrew (`portaudio`). -- Install whisper-live from pip -```bash - pip install whisper-live -``` - - -- Install 3.12 venv on Fedora +- Install 3.12 venv (on Fedora `sudo dnf install -y python3.12 python3.12-pip`) ```bash -sudo dnf install -y python3.12 python3.12-pip python3.12 -m venv whisper_env source whisper_env/bin/activate ``` +- Install whisper-live from pip +```bash + pip install whisper-live +``` ### OpenAI REST interface