Merge pull request #207 from garanews/patch-1

removed -y from pip install command
pull/210/head
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
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 -y
sudo pip install nose
# ssdeep
sudo apt-get install libfuzzy-dev -y