Merge "Add grafana config for TC055_ComputeCapacity"
[yardstick.git] / README.rst
index 049a426..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
 =========
@@ -79,9 +84,12 @@ Example setup known to work for development and test:
 - Development environment: Ubuntu14.04, eclipse, virtual environment
 - Cloud: Mirantis OpenStack 6.0 deployed using Virtualbox
 
+Install dependencies:
+$ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev
+
 Create a virtual environment:
-$ sudo apt-get install python-virtualenv
 $ virtualenv ~/yardstick_venv
 $ source ~/yardstick_venv/bin/activate
+$ easy_install -U setuptools
 $ python setup.py develop