Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
bac471b
)
Add python-pip & flake8 package to install.sh
13/29013/1
author
Deepak S
<deepak.s@linux.intel.com>
Sat, 18 Feb 2017 12:14:16 +0000
(17:44 +0530)
committer
Deepak S
<deepak.s@linux.intel.com>
Sat, 18 Feb 2017 12:16:01 +0000
(17:46 +0530)
On a fresh system, we need "python-pip & flake8" to run
yardstick. Adding same to install.sh
Change-Id: I3e13ffdf53eed7e976e55e2b23afd1b1ea50ec33
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
install.sh
patch
|
blob
|
history
diff --git
a/install.sh
b/install.sh
index
e9b6035
..
1807e2f
100755
(executable)
--- 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 \