From a703d961f3e222529c3bc090f12f3cb82c41a0c3 Mon Sep 17 00:00:00 2001 From: Eleanor Saitta Date: Thu, 10 Dec 2015 00:01:43 -0500 Subject: [PATCH] Update documentation with additional dependencies. --- README_filecheck.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README_filecheck.md b/README_filecheck.md index 23b718b..44fcf10 100644 --- a/README_filecheck.md +++ b/README_filecheck.md @@ -51,7 +51,7 @@ It will be used for the build environment and the final image. apt-get update apt-get dist-upgrade apt-get autoremove - apt-get install p7zip-full python-dev libxml2-dev libxslt1-dev pmount + apt-get install p7zip-full python-dev libxml2-dev libxslt1-dev pmount python-setuptools libtiff4-dev libjpeg8-dev zlib1g-dev libfreetype6-dev liblcms2-dev libwebp-dev tcl8.5-dev tk8.5-dev python-tk ``` * Install python requirements @@ -60,6 +60,8 @@ It will be used for the build environment and the final image. pip install lxml pip install oletools olefile pip install officedissector + pip install exifread + pip install Pillow pip install git+https://github.com/Rafiot/python-magic.git@travis pip install git+https://github.com/CIRCL/PyCIRCLean.git ```