Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 492 Bytes

File metadata and controls

12 lines (7 loc) · 492 Bytes

GrpcPythonClient

Based off of the Google Tutrial.

Required Software

This python client requires pip version 8 or higher. Pip can be installed via "python -m pip install --upgrade pip"

Grpc needs to be installed via "python -m pip install grpcio:.

The GRPC tools must then be installed "python -m pip install grpcio-tools".

The client can the be started by navigating to the addition directory and running "python addition_client.py"