Skip to content

Commit 194dc8d

Browse files
Update README.md
1 parent 072330a commit 194dc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sdk/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ MAVSDK-Java is mainly autogenerated from the MAVSDK [proto files](./proto), usin
3131

3232
### Prerequisites
3333

34-
MAVSDK-Java is built using gradle, but `protoc-gen-mavsdk` must be in your PATH in order to auto-generate the code. It requires Python 3.6+ and can be installed using:
34+
MAVSDK-Java is built using gradle, but `protoc-gen-mavsdk` v1 must be in your PATH in order to auto-generate the code. It requires Python 3.6+ and can be installed using:
3535

3636
```sh
37-
pip3 install protoc-gen-mavsdk
37+
pip3 install "protoc-gen-mavsdk~=1.0"
3838
```
3939

4040
Make sure to add `protoc-gen-mavsdk` to your PATH!

0 commit comments

Comments
 (0)