blob: fcf310c0d6c1d10ded29745a346075035a75f114 [file] [log] [blame] [view]
# Python Greeter example
## Prerequisite
- You need to have grpc python installed on your device `pip install grpcio`
## How to run Server:
- `python server.py ${PORT}`
## How to run Client:
- `python client.py ${PORT} ${NAME}`