Skip to content
Snippets Groups Projects
Commit e0172a86 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

fix readme

parent da93f798
No related branches found
No related tags found
No related merge requests found
GRPC Python gRPC Python
========= =========
The Python facility of GRPC. The Python facility of gRPC.
Prerequisites Prerequisites
...@@ -13,8 +13,8 @@ Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev. ...@@ -13,8 +13,8 @@ Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev.
Building from source Building from source
---------------------- ----------------------
- Build the GRPC core - Build the gRPC core from the root of the
E.g, from the root of the grpc [git repo](https://github.com/google/grpc) [gRPC git repo](https://github.com/grpc/grpc)
``` ```
$ make shared_c static_c $ make shared_c static_c
``` ```
...@@ -28,7 +28,7 @@ $ tools/run_tests/build_python.sh ...@@ -28,7 +28,7 @@ $ tools/run_tests/build_python.sh
Testing 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 $ tools/run_tests/run_python.sh
``` ```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment