Skip to content

Commit

Permalink
Missing flask installation on Linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagoralves authored Jun 14, 2018
1 parent 9401301 commit 4cfa4ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ elif [ "$1" == "linux" ]; then
echo "Installing OpenPLC on Linux"
sudo apt-get update
sudo apt-get install build-essential pkg-config bison flex autoconf automake libtool make git python2.7 python-pip sqlite3 cmake
pip install flask
pip install flask-login

echo ""
echo "[MATIEC COMPILER]"
Expand Down Expand Up @@ -165,6 +167,8 @@ elif [ "$1" == "rpi" ]; then
echo "Installing OpenPLC on Raspberry Pi"
sudo apt-get update
sudo apt-get install build-essential pkg-config bison flex autoconf automake libtool make git python2.7 python-pip sqlite3 cmake wiringpi
pip install flask
pip install flask-login

echo ""
echo "[MATIEC COMPILER]"
Expand Down

0 comments on commit 4cfa4ad

Please sign in to comment.