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