aboutsummaryrefslogtreecommitdiff
path: root/python/README.txt
diff options
context:
space:
mode:
authorjieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-08-25 23:26:40 +0000
committerjieluo@google.com <jieluo@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2014-08-25 23:26:40 +0000
commita21bf2e6466095c7a2cdb991017da9639cf496e5 (patch)
tree793371176244897b98707f7bf6020b1d5bac03ce /python/README.txt
parent1eba9d9c7424235b1a6dcd866fcd06d12e08a7f3 (diff)
downloadprotobuf-a21bf2e6466095c7a2cdb991017da9639cf496e5.tar.gz
protobuf-a21bf2e6466095c7a2cdb991017da9639cf496e5.tar.bz2
protobuf-a21bf2e6466095c7a2cdb991017da9639cf496e5.zip
merge 2.6.0 to trunkv2.6.0
Diffstat (limited to 'python/README.txt')
-rw-r--r--python/README.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/python/README.txt b/python/README.txt
index 9ba42f8b..adfa46b0 100644
--- a/python/README.txt
+++ b/python/README.txt
@@ -48,8 +48,8 @@ Installation
$ python setup.py build
$ python setup.py google_test
- if you want to test c++ implementation, run:
- $ python setup.py test
+ If you want to test c++ implementation, run:
+ $ python setup.py test --cpp_implementation
If some tests fail, this library may not work correctly on your
system. Continue at your own risk.
@@ -66,7 +66,7 @@ Installation
$ python setup.py install
or:
- $ python setup.py install --nocpp_implementation
+ $ python setup.py install --cpp_implementation
This step may require superuser privileges.
NOTE: To use C++ implementation, you need to install C++ protobuf runtime
@@ -84,8 +84,6 @@ web at:
C++ Implementation
==================
-WARNING: This is EXPERIMENTAL and only available for CPython platforms.
-
The C++ implementation for Python messages is built as a Python extension to
improve the overall protobuf Python performance.