summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-02-23 01:19:28 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-23 01:19:28 +0000
commitabb464c9cf8e531580a6e36db70ef44adf7d7b94 (patch)
treee890343e6b5c0664fd1cadd87ceb381385a55a63
parent1de77a560797a09f6c244ffd1aaefed31a0f3652 (diff)
parentdc58bc353c43d5a8bdada8278b3b59f50b533ab8 (diff)
Merge "Add python-pip & flake8 package to install.sh"
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index e9b6035d9..1807e2f43 100755
--- a/install.sh
+++ b/install.sh
@@ -11,6 +11,8 @@ apt-get update && apt-get install -y \
libssl-dev \
python \
python-dev \
+ python-pip \
+ flake8
libxml2-dev \
libxslt1-dev \
nginx \