Repository: kafka
Updated Branches:
  refs/heads/trunk 0e1c012fb -> 8c8b54ee4


MINOR: Add virtual env to Kafka system test README.md

Author: Liquan Pei <[email protected]>

Reviewers: Gwen Shapira

Closes #1346 from Ishiihara/add-venv


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/8c8b54ee
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/8c8b54ee
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/8c8b54ee

Branch: refs/heads/trunk
Commit: 8c8b54ee482306652af39d3682eb7a73599503c2
Parents: 0e1c012
Author: Liquan Pei <[email protected]>
Authored: Tue May 24 17:32:17 2016 -0700
Committer: Gwen Shapira <[email protected]>
Committed: Tue May 24 17:32:17 2016 -0700

----------------------------------------------------------------------
 tests/README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/8c8b54ee/tests/README.md
----------------------------------------------------------------------
diff --git a/tests/README.md b/tests/README.md
index 8950b46..098922f 100644
--- a/tests/README.md
+++ b/tests/README.md
@@ -14,9 +14,11 @@ 
https://cwiki.apache.org/confluence/display/KAFKA/tutorial+-+set+up+and+run+Kafk
 
 * Install Virtual Box from 
[https://www.virtualbox.org/](https://www.virtualbox.org/) (run `$ vboxmanage 
--version` to check if it's installed).
 * Install Vagrant >= 1.6.4 from 
[http://www.vagrantup.com/](http://www.vagrantup.com/) (run `vagrant --version` 
to check if it's installed).
-* Install system test dependiences, including ducktape, a command-line tool 
and library for testing distributed systems.
+* Install system test dependencies, including ducktape, a command-line tool 
and library for testing distributed systems. We recommend to use virtual env 
for system test development
 
         $ cd kafka/tests
+        $ virtualenv venv
+        $ . ./venv/bin/activate
         $ python setup.py develop
         $ cd ..  # back to base kafka directory
 

Reply via email to