Skip to content

Commit

Permalink
Extra python requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
dewagter committed Sep 9, 2023
1 parent f0eac58 commit f829340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/tools/install.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def cmd_vlc(self):
self.execute('sudo -E apt-get -f -y install ffmpeg vlc jstest-gtk default-jre')
self.execute('sudo -E apt-get install -y python3-pip')
self.execute('python3 -m pip install pyquaternion ivy-python') # Required for NatNat
self.execute('python3 -m pip install pymap3d') # Required for Moving-Base

def cmd_doc(self):
self.view('https://paparazzi-uav.readthedocs.io')
Expand Down

0 comments on commit f829340

Please sign in to comment.