Skip to content

Commit

Permalink
Update setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
killswitch-GUI committed Dec 21, 2017
1 parent 46319c3 commit 249893a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion setup/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ func_install_requests(){
sudo apt-get -y install python-lxml
sudo apt-get -y install wget grep antiword odt2txt python-dev libxml2-dev libxslt1-dev
fi

# Check for PIP otherwise install it
if ! which pip > /dev/null; then
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
fi
}

func_install_env(){
Expand Down

0 comments on commit 249893a

Please sign in to comment.