From e1158467cff43265684f3098be32f8cf0473d01c Mon Sep 17 00:00:00 2001 From: Arik Fraimovich Date: Tue, 12 Jan 2016 11:20:58 +0200 Subject: [PATCH] README update: added send2trash as a required dependency --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 651ccb4..b79303f 100644 --- a/Readme.md +++ b/Readme.md @@ -176,6 +176,7 @@ The commands on this page assume you're running them from the root of this repos pip install LatLon pip install requests pip install docopt +pip install send2trash ``` You'll need to install *exiftool* *pyexiv2* using `homebrew` on OSX. If you're running another operating system you're sort of on your own but my pal Google should be able to help. Some folks may be able to simply run these commands. Installing *boost* is a drag and can take up to 30 minutes. Don't say I didn't warn you.