summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
authorDana Powers <dana.powers@gmail.com>2016-01-26 20:35:22 -0800
committerDana Powers <dana.powers@gmail.com>2016-01-26 21:51:29 -0800
commitf08ec792ee93fd059e81ee1e30f5651c15f69e85 (patch)
tree6698c6b28681d35edbfe5ca9ff385c8664f33ee1 /docs/install.rst
parent66284e57accec5977d606fc91a0b28177b352eb4 (diff)
downloadkafka-python-f08ec792ee93fd059e81ee1e30f5651c15f69e85.tar.gz
Handle broken LZ4 framing; switch to lz4tools + xxhashlz4_fixup
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/docs/install.rst b/docs/install.rst
index aba5019..4dca5d0 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -40,14 +40,12 @@ Using `setup.py` directly:
Optional LZ4 install
********************
-To enable LZ4 compression/decompression, install `lz4`:
+To enable LZ4 compression/decompression, install lz4tools and xxhash:
->>> pip install lz4
-
-Or `lz4-cffi` if using pypy:
-
->>> pip install lz4-cffi
+>>> pip install lz4tools
+>>> pip install xxhash
+*Note*: these modules do not support python2.6
Optional Snappy install
***********************