summaryrefslogtreecommitdiffstats
path: root/fuel-plugin/deployment_scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'fuel-plugin/deployment_scripts/install.sh')
-rwxr-xr-xfuel-plugin/deployment_scripts/install.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/fuel-plugin/deployment_scripts/install.sh b/fuel-plugin/deployment_scripts/install.sh
index 6882f0be2..18f4fc2c2 100755
--- a/fuel-plugin/deployment_scripts/install.sh
+++ b/fuel-plugin/deployment_scripts/install.sh
@@ -27,4 +27,7 @@ cd $BIN_HOME
curl http://$HOST:8080/plugins/fuel-plugin-yardstick-1.0/repositories/ubuntu/yardstick.tar.gz | tar xzvf -
-python setup.py develop
+# install dependency
+pip install -r requirements.txt
+
+python setup.py install