Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 248 Bytes

File metadata and controls

14 lines (7 loc) · 248 Bytes

To run the server and client, you must first install the necessary modules:

pip install grpcio
pip install grpcio-tools
pip install protobuf

Then run:

sudo python server.py

Make sure your version of Python is at least 3.6.