X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=README.rst;h=36d3d2563631ff16e509e66162c8240aed547931;hb=5a7bd787c86bf706153b3cc6f41fc8d35569c955;hp=582622264bdb0e7ca33b217e7a34c116c282b465;hpb=52119ea7faa57c7d9d9943fdf032446aa76e8eee;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