Masood Malekghassemi 3c17f04af9 Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentials 10 лет назад
..
interop 9280790a5d Final changes to the early_adopter API. 10 лет назад
src 3c17f04af9 Merge pull request #795 from nathanielmanistaatgoogle/python-client-credentials 10 лет назад
README.md e0172a86a0 fix readme 10 лет назад

README.md

gRPC Python

The Python facility of gRPC.

Prerequisites

Python 2.7, virtualenv, pip, libprotobuf-dev, and libprotoc-dev.

Building from source

  • 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
    

Testing

  • Use run_python.sh to run gRPC as it was installed into the virtual environment

    $ tools/run_tests/run_python.sh