From 581897873619cfdf2a3c2db168d67e8a0a60fd70 Mon Sep 17 00:00:00 2001 From: Jaisen Mathai Date: Wed, 16 Dec 2015 15:36:02 -0800 Subject: [PATCH] Run `brew update` before installing dependencies. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6d80738..c85d46f 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ pip install docopt 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. ``` +brew update brew install exiftool brew install boost --build-from-source brew install pyexiv2