Added dependency info to readme

This commit is contained in:
R Dittberner 2025-10-21 23:30:18 +02:00
parent e016083f1c
commit 27be7fc410

View file

@ -1,3 +1,15 @@
# meme-classifier # meme-classifier
python project for classifying memes python project for classifying memes
## Dependencies
- python3 (obviously)
- mpv
- ffmpeg
### Installing dependencies
On Debian, the projects dependencies can be installed using the following command:
```sudo apt install python3 mpv ffmpeg```