From 5f5668236c9ff8ec9d28e4e2812edc61bffb8c0b Mon Sep 17 00:00:00 2001 From: Lukas Hahmann Date: Thu, 30 Nov 2017 21:43:14 +0100 Subject: [PATCH] Added info to install exifread --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 1639082..8176944 100644 --- a/readme.md +++ b/readme.md @@ -7,6 +7,12 @@ This program helps you sorting your files. First of all, the **files are copied ## Usage +First install the package [exifread](https://pypi.python.org/pypi/ExifRead): + +```pip install exifread``` + +Then run the sorter: + ```python recovery.py ``` This copies the recovered file to their file type folder in the destination directory. The recovered files are not modified. If a file already exists in the destination directory, it is skipped. Hence you can interrupt the process with Ctrl+C and continue afterwards.