removed -y from pip install command

removed -y from pip install command
This commit is contained in:
garanews 2018-06-06 11:05:09 +02:00 committed by GitHub
parent 78e3fde355
commit 01e829b02d
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