Update documentation with additional dependencies.

pull/37/head
Eleanor Saitta 2015-12-10 00:01:43 -05:00
parent 54a6001db1
commit a703d961f3
1 changed files with 3 additions and 1 deletions

View File

@ -51,7 +51,7 @@ It will be used for the build environment and the final image.
apt-get update apt-get update
apt-get dist-upgrade apt-get dist-upgrade
apt-get autoremove 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 * Install python requirements
@ -60,6 +60,8 @@ It will be used for the build environment and the final image.
pip install lxml pip install lxml
pip install oletools olefile pip install oletools olefile
pip install officedissector 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/Rafiot/python-magic.git@travis
pip install git+https://github.com/CIRCL/PyCIRCLean.git pip install git+https://github.com/CIRCL/PyCIRCLean.git
``` ```