First venv activate, then pip install

This commit is contained in:
Alessandro Griseta
2026-06-18 12:29:43 +02:00
parent d0ad362b20
commit 81ff199a70
+5 -8
View File
@@ -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`). On Debian/Ubuntu this installs `portaudio19-dev`, on Fedora `portaudio-devel`, on macOS it uses Homebrew (`portaudio`).
- Install whisper-live from pip - Install 3.12 venv (on Fedora `sudo dnf install -y python3.12 python3.12-pip`)
```bash
pip install whisper-live
```
- Install 3.12 venv on Fedora
```bash ```bash
sudo dnf install -y python3.12 python3.12-pip
python3.12 -m venv whisper_env python3.12 -m venv whisper_env
source whisper_env/bin/activate source whisper_env/bin/activate
``` ```
- Install whisper-live from pip
```bash
pip install whisper-live
```
### OpenAI REST interface ### OpenAI REST interface