From f08ec792ee93fd059e81ee1e30f5651c15f69e85 Mon Sep 17 00:00:00 2001 From: Dana Powers Date: Tue, 26 Jan 2016 20:35:22 -0800 Subject: Handle broken LZ4 framing; switch to lz4tools + xxhash --- docs/install.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/install.rst') 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 *********************** -- cgit v1.2.1