fix: Python modules upgrade

pull/240/head
Raphaël Vinot 2021-03-09 11:01:58 +01:00 committed by GitHub
parent 52f67ed4ee
commit 6b0da8e676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -64,12 +64,12 @@ cd /var/www/MISP/PyMISP
sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U . sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U .
# Update the advanced attachment handler libraries (PICK THE ONE.S YOU NEED TO UPDATE) # Update the advanced attachment handler libraries (PICK THE ONE.S YOU NEED TO UPDATE)
# pydeep
sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U git+https://github.com/kbandla/pydeep.git
# lief # lief
sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U https://github.com/lief-project/packages/raw/lief-master-latest/pylief-0.9.0.dev.zip sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U lief
# python-magic # python-magic
sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U python-magic sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U python-magic
# pydeep - WARNING: It requires libfuzzy-dev
sudo -H -u www-data /var/www/MISP/venv/bin/pip install -U pydeep
# Update the STIX dependencies (PICK THE ONE.S YOU NEED TO UPDATE) # Update the STIX dependencies (PICK THE ONE.S YOU NEED TO UPDATE)
# STIX # STIX