Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 249 Bytes

install.rst

File metadata and controls

14 lines (9 loc) · 249 Bytes

Installing

kazoo can be installed via pip:

$ pip install kazoo

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