summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2017-03-13 14:22:57 -0700
committerDana Powers <dana.powers@gmail.com>2017-03-14 13:30:35 -0700
commitfb023fe85d0bac4e088346765311794a574d13bf (patch)
tree2e45168596eafae6827bf88e1b33430787813c67 /docs/index.rst
parent3b899decb8b5159c1086a5211eda315c090c6d59 (diff)
downloadkafka-python-fb023fe85d0bac4e088346765311794a574d13bf.tar.gz
Prefer python-lz4 over lz4f if available
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 2cef7fe..21cb3b9 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -113,9 +113,8 @@ Compression
***********
kafka-python supports gzip compression/decompression natively. To produce or
-consume lz4 compressed messages, you must install lz4tools and xxhash (modules
-may not work on python2.6). To enable snappy, install python-snappy (also
-requires snappy library).
+consume lz4 compressed messages, you should install python-lz4 (pip install lz4).
+To enable snappy, install python-snappy (also requires snappy library).
See `Installation <install.html#optional-snappy-install>`_ for more information.