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.