diff --git a/README.md b/README.md index 16b637c..6f68778 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # meme-classifier -python project for classifying memes \ No newline at end of file +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```