Added pip3 in dependencies

pull/151/head
Sami Mokaddem 2017-11-23 14:02:54 +01:00
parent a0d07b1098
commit f603a7f44b
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ sudo apt-get install python-pip python-virtualenv python-dev libfreetype6-dev \
#Needed for bloom filters
sudo apt-get install libssl-dev libfreetype6-dev python-numpy -y
#pyMISP
sudo apt-get -y install python3-pip
sudo pip3 install pymisp
# DNS deps
sudo apt-get install libadns1 libadns1-dev -y