X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=README.rst;h=36d3d2563631ff16e509e66162c8240aed547931;hb=1bd1558189922c408569c8b07d6825089dd3f4b9;hp=d1e403a27071b4c81919b04e57ae3778d6be2815;hpb=555e5730514a36ec91eb7e1f944f7c427dec3b93;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