강의

멘토링

커뮤니티

Inflearn Community Q&A

sulee's profile image
sulee

asked

gRPC Made Easy with Python!

Environment setup!

proto를 이용한 자동 생성 관련 명령어

Written on

·

113

·

Edited

0

python -m grpc_tools.protoc -I=. --python_out=. --grpc_python_out=. {protoname}.proto

강의에 명령어 띄어쓰기 잘 안보여서 기록해줌

pythongrpc

Answer

This question is waiting for answers
Be the first to answer!
sulee's profile image
sulee

asked

Ask a question