mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Using pip3 instead of pip fixes docker issues
This commit is contained in:
parent
d49e8ee295
commit
297ac40295
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue