aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-02-25 10:37:16 -0800
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-02-25 10:37:16 -0800
commitc753c19b79518399fb6fb7ffdeb0e82e50751789 (patch)
tree88628b652942c31968178aa09ca1b3b490a51d8a /src
parent46f8495266e8ec3cf0639b10847e7c9b1d1485d3 (diff)
parente0172a86a0a0ab5a8b9d1a8122cf4e5017d6e004 (diff)
Merge pull request #791 from jtattermusch/python_testing
Python readme fixes
Diffstat (limited to 'src')
-rwxr-xr-xsrc/python/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/python/README.md b/src/python/README.md
index be2f2bedf9..5a4194b7cd 100755
--- a/src/python/README.md
+++ b/src/python/README.md
@@ -1,7 +1,7 @@
-GRPC Python
+gRPC Python
=========
-The Python facility of GRPC.
+The Python facility of gRPC.
Prerequisites
@@ -13,8 +13,8 @@ Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev.
Building from source
----------------------
-- Build the GRPC core
-E.g, from the root of the grpc [git repo](https://github.com/google/grpc)
+- Build the gRPC core from the root of the
+ [gRPC git repo](https://github.com/grpc/grpc)
```
$ make shared_c static_c
```
@@ -28,7 +28,7 @@ $ tools/run_tests/build_python.sh
Testing
-----------------------
-- Use run_python.sh to run GRPC as it was installed into the virtual environment
+- Use run_python.sh to run gRPC as it was installed into the virtual environment
```
$ tools/run_tests/run_python.sh
```