Skip to content

Commit

Permalink
make python
Browse files Browse the repository at this point in the history
  • Loading branch information
timfeirg committed Aug 29, 2016
1 parent 9890b3e commit 3ed5fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ golang:
cd ./rpc/gen/; protoc --go_out=plugins=grpc:. core.proto

python:
cd ./rpc/gen/; protoc -I . --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` core.proto; mv core_pb2.py ../../devtools/
cd ./rpc/gen/; python -m grpc.tools.protoc -I. --python_out=. --grpc_python_out=. core.proto; mv core_pb2.py ../../devtools/

deps:
go get github.com/docker/docker
Expand Down

0 comments on commit 3ed5fea

Please sign in to comment.