Install lief correctly via pip

pull/3/head
Steve Clement 2017-11-19 11:06:09 +01:00 committed by GitHub
parent f4463c5851
commit 3f54ec136f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -342,7 +342,7 @@ sudo pip3 install -I -r REQUIREMENTS > /dev/null 2>&1
sudo pip3 install -I . > /dev/null 2>&1
sudo pip install pymisp python-magic > /dev/null 2>&1
sudo pip install git+https://github.com/kbandla/pydeep.git > /dev/null 2>&1
sudo pip install https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.7.0.dev.zip
sudo pip3 install lief
# With systemd:
# sudo cat > /etc/systemd/system/misp-modules.service <<EOF
# [Unit]