Fix installation dependency and authentication issue for fuel plugin
[yardstick.git] / fuel-plugin / deployment_scripts / install.sh
index 6882f0b..18f4fc2 100755 (executable)
@@ -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