Add project dependencies and setup instructions in requirements.txt
This commit is contained in:
8
requirements.txt
Normal file
8
requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user