aboutsummaryrefslogtreecommitdiff
path: root/python/README.md
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-08-28 11:31:29 +0200
committerGitHub <noreply@github.com>2017-08-28 11:31:29 +0200
commita629289e3297bcfd25648293df3e1d6dfd59df24 (patch)
treecd6f2caf185267b717f4927bf8752eaecf269c75 /python/README.md
parent653543541319e2318d2fc572cf5c7f3275b9c12c (diff)
downloadbrotli-a629289e3297bcfd25648293df3e1d6dfd59df24.zip
brotli-a629289e3297bcfd25648293df3e1d6dfd59df24.tar.gz
brotli-a629289e3297bcfd25648293df3e1d6dfd59df24.tar.bz2
Update (#590)
* add transpiled JS decoder * make PY wrapper accept memview * fix dictionary generator * speedup compression of RLEish data
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md
index 3b0d8b2..6a9068a 100644
--- a/python/README.md
+++ b/python/README.md
@@ -1,6 +1,8 @@
This directory contains the code for the Python `brotli` module,
`bro.py` tool, and roundtrip tests.
+Only Python 2.7+ is supported.
+
We provide a `Makefile` to simplify common development commands.
### Installation