add pip to OSZ

pull/155/head
Yossi 2017-06-15 10:25:56 +03:00
parent dac8450eff
commit 541915a2ab
1 changed files with 4 additions and 3 deletions

View File

@ -106,10 +106,11 @@ sudo dpkg -i node_latest_armhf.deb
sudo rm /home/node_latest_armhf.deb
if [ ${OS_TYPE} == "drideOS" ]; then
echo "========== Installing pip ============"
sudo apt-get install python-pip -y
echo "========== Installing pip ============"
sudo apt-get install python-pip -y
if [ ${OS_TYPE} == "drideOS" ]; then
echo "========== Installing Numpy ============"
sudo pip install numpy
fi