diff options
author | Rex Lee <limingjiang@huawei.com> | 2017-02-23 01:19:28 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-23 01:19:28 +0000 |
commit | abb464c9cf8e531580a6e36db70ef44adf7d7b94 (patch) | |
tree | e890343e6b5c0664fd1cadd87ceb381385a55a63 | |
parent | 1de77a560797a09f6c244ffd1aaefed31a0f3652 (diff) | |
parent | dc58bc353c43d5a8bdada8278b3b59f50b533ab8 (diff) |
Merge "Add python-pip & flake8 package to install.sh"
-rwxr-xr-x | install.sh | 2 |
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 \ |