Merge pull request #207 from garanews/patch-1

removed -y from pip install command
This commit is contained in:
Thirion Aurélien 2018-06-06 11:15:12 +02:00 committed by GitHub
commit 837241a29d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 -y
sudo pip install nose
# ssdeep
sudo apt-get install libfuzzy-dev -y