From 8c4699a417072cc0daea30e780b23bccb76c619a Mon Sep 17 00:00:00 2001 From: nguyenjamesp <42259528+nguyenjamesp@users.noreply.github.com> Date: Thu, 16 Apr 2020 16:11:09 -0700 Subject: [PATCH] Update README.md --- gnmi_cli_py/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gnmi_cli_py/README.md b/gnmi_cli_py/README.md index 898ead4c..a13b26fa 100644 --- a/gnmi_cli_py/README.md +++ b/gnmi_cli_py/README.md @@ -9,6 +9,10 @@ The dependencies can be installed to either (1) your host's python environment o System Python Installation ``` pip install -r requirements.txt + +# Setup example +pip install setuptools +pip install --user --no-binary=protobuf -I grpcio-tools==1.15.0 grpcio==1.18.0 ``` You may also need to pip install setuptools. You do not need "futures==3.2.0" if using Python3.