Skip to content

Commit 364e039

Browse files
committed
README: add link to reference docs
1 parent e4ed71a commit 364e039

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
@@ -6,12 +6,17 @@ This is the Python wrapper for MAVSDK.
66

77
The Python wrapper is based on a gRPC client communicating with the gRPC server written in C++. To use the Python wrapper the gRPC server called "backend" needs to be running on the same system. The wrapper is essentially auto-generated from the message definitions ([proto files](https://github.com/mavlink/MAVSDK-Proto)).
88

9+
910
## Important Notes
1011

1112
- Python 3.6+ is required (because the wrapper is based on [asyncio](https://docs.python.org/3.7/library/asyncio.html)).
1213
- You may need to run `pip3` instead of `pip` and `python3` instead of `python`, depending of your system defaults.
1314
- 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.
1415

16+
## API Reference docs
17+
18+
-> [API Reference documentation](http://mavsdk-python-docs.s3-website.eu-central-1.amazonaws.com/).
19+
1520
## Install using pip from PyPi
1621

1722
To install mavsdk-python, simply run:

0 commit comments

Comments
 (0)