diff options
author | LisaFC <LisaFC@users.noreply.github.com> | 2015-03-31 16:46:45 +0100 |
---|---|---|
committer | LisaFC <LisaFC@users.noreply.github.com> | 2015-03-31 16:46:45 +0100 |
commit | c818cbdf40206b4126ceaef7e7707924a2482d67 (patch) | |
tree | f06ac33237f1e3fa5a1bda1aefa80decd67a00c3 /python | |
parent | b6331d85231fff812753471747e6c4a16923ff6b (diff) |
Update README.md
Added link to complete tutorial
Diffstat (limited to 'python')
-rw-r--r-- | python/helloworld/README.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/python/helloworld/README.md b/python/helloworld/README.md index cfb0ab041a..e20022366b 100644 --- a/python/helloworld/README.md +++ b/python/helloworld/README.md @@ -1,4 +1,6 @@ -# gRPC Python Hello World Tutorial +# gRPC Python Hello World + +This is a quick introduction with a simple example and installation instructions: for a more complete tutorial see [gRPC Basics: Python](https://github.com/grpc/grpc-common/tree/master/python/route_guide). ### Install gRPC Make sure you have built gRPC Python from source on your system. Follow the instructions here: @@ -8,9 +10,9 @@ This gives you a python virtual environment with installed gRPC Python in GRPC_ROOT/python2.7_virtual_environment. GRPC_ROOT is the path to which you have cloned the [gRPC git repo](https://github.com/grpc/grpc). -### Get the tutorial source code +### Get the source code -The example code for this and our other examples live in the `grpc-common` +The example code for our Hello World and our other examples live in the `grpc-common` GitHub repository. Clone this repository to your local machine by running the following command: |