This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / README.rst
index f9276ab..36d3d25 100644 (file)
@@ -1,3 +1,8 @@
+.. This work is licensed under a Creative Commons Attribution 4.0 International
+.. License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) OPNFV, Ericsson AB and others.
+
 =========
 Yardstick
 =========
@@ -80,10 +85,11 @@ Example setup known to work for development and test:
 - Cloud: Mirantis OpenStack 6.0 deployed using Virtualbox
 
 Install dependencies:
-$ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev
+$ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
 
 Create a virtual environment:
 $ virtualenv ~/yardstick_venv
 $ source ~/yardstick_venv/bin/activate
+$ easy_install -U setuptools
 $ python setup.py develop