fix bug: multi monitor
[yardstick.git] / install.sh
index 75618dd..dc26636 100755 (executable)
@@ -47,9 +47,7 @@ apt-get update && apt-get install -y \
     uwsgi-plugin-python \
     supervisor \
     python-pip \
-    vim \
-    python-setuptools && \
-    easy_install -U setuptools==30.0.0
+    vim
 
 apt-get -y autoremove && apt-get clean
 
@@ -59,7 +57,7 @@ git config --global http.sslVerify false
 # install yardstick + dependencies
 easy_install -U pip
 pip install -r requirements.txt
-pip install .
+pip install -e .
 
 /bin/bash "$(pwd)/api/api-prepare.sh"