aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAlex Nicksay <nicksay@google.com>2016-12-21 04:17:11 -0500
committerEugene Kliuchnikov <eustas@google.com>2016-12-21 10:17:11 +0100
commit6ab0a5cee7a36b30012066caf6bca9a48fcae958 (patch)
tree23ae6ea4ace6e754de6629a2f3e65c2f7a7ae762 /README.md
parentfd96151b2a04667dac73242b72bc62e007b2b543 (diff)
downloadbrotli-6ab0a5cee7a36b30012066caf6bca9a48fcae958.zip
brotli-6ab0a5cee7a36b30012066caf6bca9a48fcae958.tar.gz
brotli-6ab0a5cee7a36b30012066caf6bca9a48fcae958.tar.bz2
Python: Create Makefile for development shortcuts (#488)
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 03c97d1..973357c 100644
--- a/README.md
+++ b/README.md
@@ -51,12 +51,12 @@ See [Premake5](https://premake.github.io/)
#### Python
-The basic commands to build, test, and install the Python module are:
+To install the Python module from source, run the following:
- $ python setup.py build test
$ python setup.py install
-See the [Python readme](python/README.md) for more details.
+See the [Python readme](python/README.md) for more details on testing
+and development.
### Benchmarks
* [Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/) / [Unstable Squash Compression Benchmark](https://quixdb.github.io/squash-benchmark/unstable/)