15 lines
269 B
ReStructuredText
15 lines
269 B
ReStructuredText
.. _install:
|
|
|
|
==========
|
|
Installing
|
|
==========
|
|
|
|
kazoo can be installed via ``pip`` or ``easy_install``:
|
|
|
|
.. code-block:: bash
|
|
|
|
$ pip install kazoo
|
|
|
|
Kazoo implements the Zookeeper protocol in pure Python, so you don't need
|
|
any Python Zookeeper C bindings installed.
|