aboutsummaryrefslogtreecommitdiff
path: root/python/README.txt
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2015-02-25 16:39:11 -0800
committerJisi Liu <jisi.liu@gmail.com>2015-02-25 16:39:11 -0800
commitada65567852b96fdb4d070c0c3f86ca7b77824f9 (patch)
treea506994ce921ace3e6f88ca130a17af7f85c3d0f /python/README.txt
parent581be24606a925d038f382dc4c86256e2d29e001 (diff)
downloadprotobuf-ada65567852b96fdb4d070c0c3f86ca7b77824f9.tar.gz
protobuf-ada65567852b96fdb4d070c0c3f86ca7b77824f9.tar.bz2
protobuf-ada65567852b96fdb4d070c0c3f86ca7b77824f9.zip
Down integrate from Google internal.
Change-Id: I34d301133eea9c6f3a822c47d1f91e136fd33145
Diffstat (limited to 'python/README.txt')
-rw-r--r--python/README.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/README.txt b/python/README.txt
index 7d852458..04cb1767 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -48,8 +48,9 @@ Installation
$ python setup.py build
$ python setup.py google_test
- If you want to test c++ implementation, run:
- $ python setup.py test --cpp_implementation
+ If you want to build/test c++ implementation, run:
+ $ python setup.py build --cpp_implementation
+ $ python setup.py google_test --cpp_implementation
If some tests fail, this library may not work correctly on your
system. Continue at your own risk.