chg: [internal] Recommend to install pydeep2

pull/8106/head
Jakub Onderka 2022-01-21 13:13:50 +01:00
parent ea9661ab21
commit 12b6b85608
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ def check():
try:
import pydeep # noqa
except ImportError:
missing_dependencies['pydeep'] = 'Please install pydeep: pip install git+https://github.com/kbandla/pydeep.git'
missing_dependencies['pydeep'] = 'Please install pydeep: pip install pydeep2'
try:
import lief # noqa
except ImportError: