We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b296d16 commit de2a020Copy full SHA for de2a020
1 file changed
CONTRIBUTING.rst
@@ -24,11 +24,11 @@ your new repository and run the build scripts::
24
git clone git@github.com:<username>/kazoo.git
25
cd kazoo
26
make
27
- make zookeeper
28
29
You need to have some supported version of Python installed and have
30
it available as ``python`` in your shell. To run Zookeeper you also
31
-need a Java runtime (JRE or JDK) version 6 or 7.
+need a Java runtime (JRE or JDK) version 6 or 7. To run tests, you
+need to have the tox, Python testing tool, to be installed in your shell.
32
33
You can run all the tests by calling::
34
0 commit comments