mirror of https://github.com/CIRCL/PyCIRCLean
Add dev requirements to Makefile
parent
f065d6ef23
commit
5ca1f70fe2
5
Makefile
5
Makefile
|
@ -1,7 +1,8 @@
|
|||
install:
|
||||
dev-install:
|
||||
sudo apt-get update
|
||||
sudo apt-get -y p7zip-full p7zip-rar libxml2-dev libxslt1-dev
|
||||
pip install lxml exifread pillow olefile oletools python-magic
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue