xref: /aosp_15_r20/external/flatbuffers/grpc/examples/python/greeter/README.md (revision 890232f25432b36107d06881e0a25aaa6b473652)
1# Python Greeter example
2
3## Prerequisite
4
5- You need to have grpc python installed on your device `pip install grpcio`
6## How to run Server:
7
8- `python server.py ${PORT}`
9
10## How to run Client:
11
12- `python client.py ${PORT} ${NAME}`