mirror of https://github.com/CIRCL/PyCIRCLean
9 lines
345 B
Makefile
9 lines
345 B
Makefile
dev-install:
|
|
sudo apt-get update
|
|
sudo apt-get -y p7zip-full p7zip-rar libxml2-dev libxslt1-dev
|
|
pip install -r dev-requirements.txt
|
|
pip install lxml exifread pillow olefile oletools
|
|
pip install git+https://github.com/grierforensics/officedissector.git
|
|
wget https://didierstevens.com/files/software/pdfid_v0_2_1.zip
|
|
unzip pdfid_v0_2_1.zip
|