aboutsummaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorJulien-zte <zhang.jun3g@zte.com.cn>2015-09-23 21:16:56 +0800
committerjulien zhang <zhang.jun3g@zte.com.cn>2015-09-25 10:11:08 +0000
commit451b48a9c06b72efc6d2e9076cf1d935ea5e4c74 (patch)
treefe59dc3453df5742d073ee98ca2e19bcadcaf69a /README.rst
parent0eae6233fe4fe14f0366d23c90765998a138e256 (diff)
Fix the bug described in YARDSTICK-142
Delete two line codes in setup.py. And add "easy_install -U setuptools" in README.rst. JIRA: YARDSTICK-142 Change-Id: I254589b776a209e3ca9a18e76d910d7f49e2a01a
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f9276abe4..8cb360040 100644
--- a/README.rst
+++ b/README.rst
@@ -81,6 +81,7 @@ Example setup known to work for development and test:
Install dependencies:
$ sudo apt-get install python-virtualenv python-dev libffi-dev libssl-dev
+$ sudo easy_install -U setuptools
Create a virtual environment:
$ virtualenv ~/yardstick_venv