Skip to content

Commit 153668d

Browse files
committed
Update the readme to explain the added C++ source file inclusion.
1 parent 1e82b30 commit 153668d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ This document details the following:
2727

2828
To stay up to date, signup for our [User Update](https://EmbeddedProto.com/signup).
2929

30+
## 4.0.0
31+
* TODO Installation via pip3: `pip install EmbeddedProto`. This will also install a matching version of protoc. So you do not need to install the protoc compiler yourself.
32+
* TODO Run EmbeddedProto as an executable: `embeddedproto -I YOUR_FOLDER YOUR_PROTO_FILE.proto`
33+
* Included the C++ source files in the python package. You can get the location of these C++ source files by running: `embeddedproto --cpp-src-location`.
34+
3035
## 3.6.0
3136
* Update to Protobuf version 32.0.
3237
* Increated the minimum python version to 3.10.

0 commit comments

Comments
 (0)