From 0da3d2501d0817df43d778cc89395cdf84d3005f Mon Sep 17 00:00:00 2001 From: Casey Link Date: Sat, 26 Mar 2016 17:21:49 +0100 Subject: [PATCH] Add Fedora+Redhat dependencies to the readme --- Readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Readme.md b/Readme.md index 2949f73..bdacef3 100644 --- a/Readme.md +++ b/Readme.md @@ -194,6 +194,13 @@ apt-get install libimage-exiftool-perl apt-get install python-pyexiv2 ``` +On Fedora / Redhat you can install dependencies using `dnf` (fedora) or yum (redhat) + +``` +dnf install perl-Image-ExifTool +dnf install pyexiv2 +``` + On Windows you can download and install pre-built binaries: * [exiftool](http://www.sno.phy.queensu.ca/~phil/exiftool/install.html)