mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Merge pull request #207 from garanews/patch-1
removed -y from pip install command
This commit is contained in:
commit
837241a29d
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 -y
|
||||
sudo pip install nose
|
||||
|
||||
# ssdeep
|
||||
sudo apt-get install libfuzzy-dev -y
|
||||
|
|
Loading…
Reference in a new issue