Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 401 Bytes

installing-pymavlink.md

File metadata and controls

17 lines (9 loc) · 401 Bytes

Installing instructions for PyMAVLink

  1. Install required packages from terminal.

sudo apt-get install python3-dev python3-pip

  1. Install PyMAVLink Python module.

python3 -m pip install pymavlink

Updating the PyMAVLink

  1. To update the PyMAVLink for using the latest version, run the command.

python3 -m pip install pymavlink --upgrade

Source