8 lines
330 B
Plaintext
8 lines
330 B
Plaintext
sudo apt install python3 python3-pip python3-venv ffmpeg build-essential cmake
|
|
|
|
python3 -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install git+https://github.com/openai/whisper.git
|
|
|
|
sudo apt install python3-cairo libcairo2-dev libgirepository2-dev portaudio19-dev
|
|
pip install sounddevice pycairo pygobject |