Skip to content

Commit

Permalink
Adds sudo back to run builds in shell mode
Browse files Browse the repository at this point in the history
Signed-off-by: Gabriel Silva <gabriel93.silva@gmail.com>
  • Loading branch information
gabrielssilva authored and LucianoPC committed Jul 29, 2016
1 parent 4c498b9 commit 3c74cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sudo apt-get update

sudo apt-get install python python-xapian python-apt python-cluster python-simplejson python-numpy apt-xapian-index python-xdg debtags python-pip python-sklearn python-matplotlib python-stemmer python-fuzzywuzzy -y

update-apt-xapian-index
sudo update-apt-xapian-index

pip install setuptools
sudo pip install setuptools

0 comments on commit 3c74cd8

Please sign in to comment.