fixed missing Python 3 dependency grpc_tools (fixes #140)

This commit is contained in:
Bora Alper 2018-04-13 13:57:25 +01:00
parent 4699e13d9e
commit fa4f767c32

View file

@ -16,6 +16,7 @@
### TL;DR
sudo apt-get install golang protobuf-compiler libpcap-dev libnetfilter-queue-dev
python3 -m pip install --user grpcio-tools
go get github.com/golang/protobuf/protoc-gen-go
go get github.com/Masterminds/glide
cd /path/to/this/repo