Skip to content

Commit

Permalink
Merge pull request #352 from DonatelloX/patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
JonasVautherin authored May 24, 2021
2 parents 1c60c38 + 9f89c39 commit 225acdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,14 @@ cd MAVSDK-Python

### Install prerequisites

First install the protoc plugin (`protoc-gen-dcsdk`):
First install the protoc plugin (`protoc-gen-mavsdk`):

```
cd proto/pb_plugins
pip3 install -r requirements.txt
```

You can check that the plugin was installed with `$ which protoc-gen-dcsdk`, as it should now be in the PATH.
You can check that the plugin was installed with `$ which protoc-gen-mavsdk`, as it should now be in the PATH.

Then go back to the root of the repo and install the dependencies of the SDK:

Expand All @@ -99,7 +99,7 @@ After generating the wrapper and only in ARM architectures with linux, defines a
```
export MAVSDK_SERVER_ARCH=<ARM embedded architecture>
```
Supported architectures: `armv6l`, `armv7l` and `aarch64`. For example for Raspberry Pi it is `armv7`, or `aarch64` (if a 64 bit distribution is used).
Supported architectures: `armv6l`, `armv7l` and `aarch64`. For example for Raspberry Pi it is `armv7l`, or `aarch64` (if a 64 bit distribution is used).

Then you can install a development (editable) version of the package using:
```
Expand Down

0 comments on commit 225acdc

Please sign in to comment.