mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
fixed missing Python 3 dependency grpc_tools (fixes #140)
This commit is contained in:
parent
4699e13d9e
commit
fa4f767c32
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue