From fb023fe85d0bac4e088346765311794a574d13bf Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Mon, 13 Mar 2017 14:22:57 -0700 Subject: Prefer python-lz4 over lz4f if available --- docs/index.rst | 5 ++--- docs/install.rst | 6 ++---- 2 files changed, 4 insertions(+), 7 deletions(-) (limited to 'docs') 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 `_ for more information. diff --git a/docs/install.rst b/docs/install.rst index 9720d65..cc0e82d 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -26,12 +26,10 @@ Bleeding-Edge Optional LZ4 install ******************** -To enable LZ4 compression/decompression, install lz4tools and xxhash: +To enable LZ4 compression/decompression, install python-lz4: ->>> pip install lz4tools ->>> pip install xxhash +>>> pip install lz4 -*Note*: these modules do not support python2.6 Optional Snappy install *********************** -- cgit v1.2.1