Skip to content

Commit

Permalink
Update setup notebook with exiftool path
Browse files Browse the repository at this point in the history
Point to CPAN since it keeps archival versions.
  • Loading branch information
poynting committed Jul 12, 2021
1 parent 26d35a5 commit 3b8874b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MicaSense Image Processing Setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
" \n",
"Next we installed [exiftool](https://exiftool.org/):\n",
"\n",
" wget https://exiftool.org/Image-ExifTool-10.98.tar.gz\n",
" tar -xvzf Image-ExifTool-10.98.tar.gz \n",
" cd Image-ExifTool-10.98/\n",
" wget https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.15.tar.gz\n",
" tar -xvzf Image-ExifTool-12.15.tar.gz \n",
" cd Image-ExifTool-12.15/\n",
" perl Makefile.PL \n",
" make test\n",
" sudo make install\n",
Expand Down

0 comments on commit 3b8874b

Please sign in to comment.