Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 433 Bytes

installing-dronekit.md

File metadata and controls

17 lines (9 loc) · 433 Bytes

Installing instructions for Dronekit

  1. Install required packages from terminal.

sudo apt-get install python3-dev python3-pip

  1. Install dronekit Python module.

python3 -m pip install dronekit

Updating the Dronekit

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

python3 -m pip install dronekit --upgrade

Source