https://github.com/duckietown/Software
Raw File
Tip revision: f426af9c805305aebaf34ad3a47b2e4ebca136c0 authored by Simon Bing/Megacity Team on 19 July 2018, 15:54:07 UTC
uncommitted changes that were on bot
Tip revision: f426af9
dependencies_for_duckiebot.sh
#!/bin/bash
set -e
set -x

# Important: always use the python-X library if available,
# rather than doing "pip install X".

./dependencies_common.sh
back to top