Revision 388699f095d9cfcc597ad4ad571b0a38d4b3e417 authored by BrettRStephens on 09 January 2018, 19:40:24 UTC, committed by BrettRStephens on 09 January 2018, 19:40:24 UTC
1 parent b0910f3
Raw File
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