Files
deb-kazoo/docs/install.rst
Jeff Widman 6e6627d586 chore: remove easy_install instructions
Everyone uses `pip` these days
2017-07-23 23:11:37 -06:00

249 B

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.