mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Add instructions for installing exiftool to README (for Ubuntu only)
This commit is contained in:
parent
97a6dfaa1e
commit
9ebf00e29b
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
||||||
conda env create -f environment.yml
|
conda env create -f environment.yml
|
||||||
conda activate semantic-search
|
conda activate semantic-search
|
||||||
#+end_src
|
#+end_src
|
||||||
|
*** Install Environment Dependencies
|
||||||
|
#+begin_src shell
|
||||||
|
sudo apt-get -y install libimage-exiftool-perl
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** Configure
|
** Configure
|
||||||
Configure application search types and their underlying data source/files in ~sample_config.yml~
|
Configure application search types and their underlying data source/files in ~sample_config.yml~
|
||||||
|
|
Loading…
Reference in a new issue