2015-10-02 09:20:27 +02:00
|
|
|
# elodie
|
|
|
|
pip install exifread
|
2015-10-07 10:48:01 +02:00
|
|
|
pip install LatLon
|
2015-10-08 11:22:30 +02:00
|
|
|
pip install requests
|
|
|
|
|
2015-10-12 09:37:57 +02:00
|
|
|
brew install exiftool
|
|
|
|
|
2015-10-08 11:22:30 +02:00
|
|
|
Need config.ini for reverse lookup
|
2015-10-14 05:26:55 +02:00
|
|
|
|
|
|
|
Need pyexiv2. Here's how to install on OS X using homebrew...on your own to use other tools.
|
|
|
|
|
|
|
|
Sourced from http://stackoverflow.com/a/18817419/1318758
|
|
|
|
|
|
|
|
May need to run these.
|
|
|
|
brew rm $(brew deps pyexiv2)
|
|
|
|
brew rm pyexiv2
|
|
|
|
|
|
|
|
Definietly need to run these
|
|
|
|
brew install boost --build-from-source
|
|
|
|
brew install pyexiv2
|