xref: /aosp_15_r20/external/angle/build/util/lib/proto/README.md (revision 8975f5c5ed3d1c378011245431ada316dfb6f244)
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