• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Step to generate/update \*\_pb2.py stubs from proto
2
31. Install `protoc` if it is not in the `$PATH`
42. From this dir, Run the command `protoc --python_out=. *.proto` to generate
5   python stubs
6