Skip to content

Instantly share code, notes, and snippets.

@murphym18
Last active September 9, 2020 23:17
Show Gist options
  • Save murphym18/b6ec430840bafc4b5ba075be260fa5ca to your computer and use it in GitHub Desktop.
Save murphym18/b6ec430840bafc4b5ba075be260fa5ca to your computer and use it in GitHub Desktop.
#! /usr/bin/env bash
sudo apt update
sudo apt upgrade --yes
sudo apt-get install --yes python-pip python-dev git
pip install dronekit==2.9.1 dronekit-sitl==3.2.0
cd ~/Desktop/
git clone http://github.com/dronekit/dronekit-python.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment