Added dependency info to readme
This commit is contained in:
parent
e016083f1c
commit
27be7fc410
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -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```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue