Add project dependencies and setup instructions in requirements.txt

This commit is contained in:
2025-06-08 14:46:03 +02:00
parent f847c30b68
commit 9cf4f03381

8
requirements.txt Normal file
View File

@@ -0,0 +1,8 @@
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