X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=README.rst;h=36d3d2563631ff16e509e66162c8240aed547931;hb=7bbe216ba7fee22082d82998d58685f45389115f;hp=f9276abe4b5ab02ee97b386527dcd08c15ab1e1e;hpb=dd444c57c2cabf35a9948af10333468c9079f3d0;p=yardstick.git diff --git a/README.rst b/README.rst index f9276abe4..36d3d2563 100644 --- a/README.rst +++ b/README.rst @@ -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