X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=README.rst;h=36d3d2563631ff16e509e66162c8240aed547931;hb=6da6dd989be8a54a9cf6db4f3d58f3d671692952;hp=582622264bdb0e7ca33b217e7a34c116c282b465;hpb=ea99867bd2a0618aff12ed977330d69467544dfd;p=yardstick.git diff --git a/README.rst b/README.rst index 582622264..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 ========= @@ -81,10 +86,10 @@ Example setup known to work for development and test: Install dependencies: $ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev libxml2-dev libxslt1-dev -$ sudo easy_install -U setuptools Create a virtual environment: $ virtualenv ~/yardstick_venv $ source ~/yardstick_venv/bin/activate +$ easy_install -U setuptools $ python setup.py develop