aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/python/helloworld/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/helloworld/README.md')
-rw-r--r--examples/python/helloworld/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/python/helloworld/README.md b/examples/python/helloworld/README.md
index 8fde0d2315..070b9e8837 100644
--- a/examples/python/helloworld/README.md
+++ b/examples/python/helloworld/README.md
@@ -91,9 +91,6 @@ Which internally invokes the proto-compiler as:
$ protoc -I ../../protos --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` ../../protos/helloworld.proto
```
-Optionally, you can just skip the code generation step as the generated python module has already
-been generated for you (helloworld_pb2.py).
-
### The client
Client-side code can be found in [greeter_client.py](greeter_client.py).