X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=install.sh;h=a918340cae65b6677c8fb3dc780f7feb5bbb5750;hb=b2a79813f57a94b6565fa8f967d10d295010dfff;hp=e9b6035d922b78402bc9997d730fd05498706cd3;hpb=74479a22c461cc2c08f9525879481c0a86d3af84;p=yardstick.git diff --git a/install.sh b/install.sh index e9b6035d9..a918340ca 100755 --- a/install.sh +++ b/install.sh @@ -1,3 +1,13 @@ +#!/bin/bash +############################################################################## +# Copyright (c) 2017 Huawei Technologies Co.,Ltd and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + # install tools apt-get update && apt-get install -y \ wget \ @@ -11,6 +21,8 @@ apt-get update && apt-get install -y \ libssl-dev \ python \ python-dev \ + python-pip \ + flake8 libxml2-dev \ libxslt1-dev \ nginx \