Skip to content

Commit 4dddb7e

Browse files
committed
Merge pull request #376 from bwtakacy/update_CONTRIBUTING.rst
Remove the notation about 'make zookeeper'.
2 parents e83158f + de2a020 commit 4dddb7e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CONTRIBUTING.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ your new repository and run the build scripts::
2424
git clone git@github.com:<username>/kazoo.git
2525
cd kazoo
2626
make
27-
make zookeeper
2827

2928
You need to have some supported version of Python installed and have
3029
it available as ``python`` in your shell. To run Zookeeper you also
31-
need a Java runtime (JRE or JDK) version 6 or 7.
30+
need a Java runtime (JRE or JDK) version 6 or 7. To run tests, you
31+
need to have the tox, Python testing tool, to be installed in your shell.
3232

3333
You can run all the tests by calling::
3434

0 commit comments

Comments
 (0)