From 9cf4f03381afc0ea536cec3313fabb15d080ce77 Mon Sep 17 00:00:00 2001 From: rnentjes Date: Sun, 8 Jun 2025 14:46:03 +0200 Subject: [PATCH] Add project dependencies and setup instructions in `requirements.txt` --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..1a26026 --- /dev/null +++ b/requirements.txt @@ -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 \ No newline at end of file