X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=README.rst;h=36d3d2563631ff16e509e66162c8240aed547931;hb=b0d32886194231709d9fc03cdb111b77529a4da0;hp=049a42677b05417ae1f507eb08497f3a931a4d7b;hpb=2d131cd335b35914133d3dd8d1d8f5741fc38eb0;p=yardstick.git diff --git a/README.rst b/README.rst index 049a42677..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 ========= @@ -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