Added info to install exifread

This commit is contained in:
Lukas Hahmann 2017-11-30 21:43:14 +01:00 committed by GitHub
parent 42e00be703
commit 5f5668236c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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 <path to files recovered by Photorec> <destination>```
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.