Skip to content

Latest commit

 

History

History
20 lines (10 loc) · 349 Bytes

installation.rst

File metadata and controls

20 lines (10 loc) · 349 Bytes

Installation

To use ZooKeeper as backend you should install distconfig using

$ pip install distconfig[zookeeper]

with etcd:

$ pip install distconfig[etcd]

with consul:

$ pip install distconfig[consul]

To use distconfig with gevent you can do

$ pip install distconfig[zookeeper, gevent]