Using pip3 instead of pip fixes docker issues

pull/210/head
Olivier Bilodeau 2018-06-22 16:55:15 -04:00
parent d49e8ee295
commit 297ac40295
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ sudo apt-get install libev-dev libgmp-dev -y
sudo apt-get install graphviz -y
# install nosetests
sudo pip install nose
sudo pip3 install nose
# ssdeep
sudo apt-get install libfuzzy-dev -y