From 9ebf00e29bcf134d7745707ba9ec52ca9ee4ff7d Mon Sep 17 00:00:00 2001 From: Saba Date: Sat, 11 Dec 2021 14:13:37 -0500 Subject: [PATCH] Add instructions for installing exiftool to README (for Ubuntu only) --- README.org | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.org b/README.org index e669dafa..272626c7 100644 --- a/README.org +++ b/README.org @@ -15,6 +15,10 @@ conda env create -f environment.yml conda activate semantic-search #+end_src + *** Install Environment Dependencies + #+begin_src shell + sudo apt-get -y install libimage-exiftool-perl + #+end_src ** Configure Configure application search types and their underlying data source/files in ~sample_config.yml~