|
|
11 年 前 | |
|---|---|---|
| .. | ||
| interop | 9280790a5d Final changes to the early_adopter API. | 11 年 前 |
| src | 3c17f04af9 Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentials | 11 年 前 |
| README.md | e0172a86a0 fix readme | 11 年 前 |
The Python facility of gRPC.
Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev.
Build the gRPC core from the root of the gRPC git repo
$ make shared_c static_c
Use build_python.sh to build the Python code and install it into a virtual environment
$ tools/run_tests/build_python.sh
Use run_python.sh to run gRPC as it was installed into the virtual environment
$ tools/run_tests/run_python.sh