File: install.rst

package info (click to toggle)
kazoo 2.10.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,048 kB
  • sloc: python: 10,148; makefile: 181; sh: 109
file content (14 lines) | stat: -rw-r--r-- 249 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.. _install:

==========
Installing
==========

kazoo can be installed via ``pip``:

.. 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.