Run `brew update` before installing dependencies.

This commit is contained in:
Jaisen Mathai 2015-12-16 15:36:02 -08:00
parent a7f17b8983
commit 5818978736
1 changed files with 1 additions and 0 deletions

View File

@ -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