aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-03-11 12:54:22 +0100
committerJörgen Karlsson <jorgen.w.karlsson@ericsson.com>2016-03-15 14:32:00 +0000
commitbce1f77ef610e3e7997a547704c96cfbdc544cc1 (patch)
tree62d7e63ca58c53bdabe429e90ebdf339fadc0b6b /README.rst
parent6a4bd2c4bdce07b945ab61e1151e67da99be7489 (diff)
Update setup.py and dependencies
Fixes dependency problem with python-openstackclient Freezes requirements to use latest/current upstream versions Yardstick can be installed with: $ python setup.py install or with: $ easy_install -U pip $ pip install -r ci/requirements.txt $ pip install . (or for develop mode: pip install -e .) if fixed package versions are required Change-Id: I9cb44d29011509c9c388dc2e7dc8bb60ee25e790 JIRA:- Signed-off-by: Jo¶rgen Karlsson <jorgen.w.karlsson@ericsson.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
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