aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugene Kliuchnikov <eustas@google.com>2017-09-19 11:29:55 +0200
committerGitHub <noreply@github.com>2017-09-19 11:29:55 +0200
commit61a501593806938abc1849f174447c2c41ad4418 (patch)
treec53c6da7090edf45d1d2998f7036ad40c8577b51
parent4760f7db47897c71994fe40b51d711051f34cc2a (diff)
downloadbrotli-61a501593806938abc1849f174447c2c41ad4418.tar.gz
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb4e92c..26ab21f 100644
--- a/README.md
+++ b/README.md
@@ -57,6 +57,10 @@ To install the latest release of the Python module, run the following:
$ pip install brotli
+To install the tip-of-the-tree version, run:
+
+ $ pip install --upgrade git+https://github.com/google/brotli
+
See the [Python readme](python/README.md) for more details on installing
from source, development, and testing.