aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Nicksay <nicksay@google.com>2017-08-02 10:59:46 -0400
committerEugene Kliuchnikov <eustas@google.com>2017-08-02 16:59:46 +0200
commit06082531107d666ba44bb4dc341970a0916ef587 (patch)
tree66279b0392bca2ae73fc5160c73665f0758324a8 /README.md
parentbc541f74e11af3ae36606d7439c99c62c80afa0c (diff)
downloadbrotli-06082531107d666ba44bb4dc341970a0916ef587.zip
brotli-06082531107d666ba44bb4dc341970a0916ef587.tar.gz
brotli-06082531107d666ba44bb4dc341970a0916ef587.tar.bz2
Python: Add a "make install" command and clarify installation docs (#578)
Closes #576
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index b092e4f..c59d361 100644
--- a/README.md
+++ b/README.md
@@ -66,12 +66,12 @@ See [Premake5](https://premake.github.io/)
#### Python
-To install the Python module from source, run the following:
+To install the latest release of the Python module, run the following:
- $ python setup.py install
+ $ pip install brotli
-See the [Python readme](python/README.md) for more details on testing
-and development.
+See the [Python readme](python/README.md) for more details on installing
+from source, development, and testing.
### Benchmarks
* [Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/) / [Unstable Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/unstable/)