aboutsummaryrefslogtreecommitdiffhomepage
path: root/python/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'python/README.md')
-rw-r--r--python/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md
index c63191a7..1b5b9dff 100644
--- a/python/README.md
+++ b/python/README.md
@@ -50,7 +50,7 @@ Installation
4) Build and run the tests:
$ python setup.py build
- $ python setup.py google_test
+ $ python setup.py test
To build, test, and use the C++ implementation, you must first compile
libprotobuf.so:
@@ -82,7 +82,7 @@ Installation
$ python setup.py build --cpp_implementation
Then run the tests like so:
- $ python setup.py google_test --cpp_implementation
+ $ python setup.py test --cpp_implementation
If some tests fail, this library may not work correctly on your
system. Continue at your own risk.