Skip to content

Commit

Permalink
NO-JIRA: Updated doc for protoc command
Browse files Browse the repository at this point in the history
  • Loading branch information
joke1196 committed Oct 15, 2024
1 parent 2970882 commit 6b77f87
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python-frontend/typeshed_serializer/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
To run:

in `python-frontend/src/main/protobuf` directory, run: ```protoc -I=. --python_out=../../../typeshed_serializer/serializer/proto_out ./symbols.proto```
in `python-frontend/src/main/protobuf` directory, run:
```protoc -I=. --python_out=../../../typeshed_serializer/serializer/proto_out ./symbols.proto --experimental_allow_proto3_optional```

```pip install -r requirements.txt```

0 comments on commit 6b77f87

Please sign in to comment.