From 27fc3db21f3455e46afadf5df2343dad41243b0b Mon Sep 17 00:00:00 2001 From: Peter Ansell Date: Sat, 26 May 2018 09:53:38 +1000 Subject: [PATCH] Fix issue #140 : Include python3-pip and grpcio-tools in readme Installation requires python3-pip and pip installed grpcio-tools to complete successfully. Signed-off-by: Peter Ansell --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da9a54e9..c5c356ea 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,10 @@ Make sure you have a correctly configured **Go >= 1.8** environment, that the `$ ```bash # install dependencies -sudo apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev +sudo apt-get install protobuf-compiler libpcap-dev libnetfilter-queue-dev python3-pip go get github.com/golang/protobuf/protoc-gen-go go get -u github.com/golang/dep/cmd/dep +python3 -m pip install --user grpcio-tools # clone the repository (ignore the message about no Go files being found) go get github.com/evilsocket/opensnitch cd $GOPATH/src/github.com/evilsocket/opensnitch