Skip to content

Instantly share code, notes, and snippets.

@yossarin
Created March 20, 2015 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yossarin/b11ffafdec1741185ec5 to your computer and use it in GitHub Desktop.
Save yossarin/b11ffafdec1741185ec5 to your computer and use it in GitHub Desktop.
Installs missing dependencies for Piksi console.
#!/bin/bash
#
# Sometimes running the Piksi console (http://docs.swift-nav.com/wiki/HOW-TO:_Running_the_Piksi_Console_from_source) complains about missing imports.
# This scrips installs the dependancies that I was missing from my system (Linux Mint 17.1 Rebecca)
sudo pip install traits traitsui pygments chaco --allow-external PIL --allow-unverified PIL --allow-external intelhex --allow-unverified intelhex intelhex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment