Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 269 Bytes

install.rst

File metadata and controls

14 lines (9 loc) · 269 Bytes

Installing

kazoo can be installed via pip or easy_install:

$ pip install kazoo

Kazoo implements the Zookeeper protocol in pure Python, so you don't need any Python Zookeeper C bindings installed.