Skip to content

Commit d49a4b1

Browse files
Merge pull request #687 from mavlink/pr-docs
Docs updates
2 parents 177caaf + cc53410 commit d49a4b1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,20 @@ The Python wrapper is based on a gRPC client communicating with the gRPC server
1111

1212
- Python 3.7+ is required (because the wrapper is based on [asyncio](https://docs.python.org/3.7/library/asyncio.html)).
1313
- You may need to run `pip3` instead of `pip` and `python3` instead of `python`, depending of your system defaults.
14-
- Auterion has a [Getting started with MAVSDK-Python](https://auterion.com/getting-started-with-mavsdk-python/) guide if you're a beginner and not sure where to start.
14+
- Auterion used to have a [Getting started with MAVSDK-Python (web.archive.org)](https://web.archive.org/web/20201211155626/https://auterion.com/getting-started-with-mavsdk-python/) guide if you're a beginner and not sure where to start.
1515

1616
## API Reference docs
1717

1818
-> [API Reference documentation](http://mavsdk-python-docs.s3-website.eu-central-1.amazonaws.com/).
1919

2020
## Install using pip from PyPi
2121

22+
**Note for Raspberry Pi 1/2 and Zero:**
23+
24+
> MAVSDK-Python requires grpcio. However, there are no binary packets of grpcio for armv6 available via pip (also see [files on pypi.org](https://pypi.org/project/grpcio/#files)).
25+
> In this case, install grpcio via the package manager, e.g. `sudo apt-get install python3-grpcio`.
26+
27+
2228
To install mavsdk-python, simply run:
2329

2430
```sh

0 commit comments

Comments
 (0)