Revision 3c794a90cd136316fb53192edf54ddf8a5199651 authored by Unknown on 05 January 2018, 08:18:47 UTC, committed by Unknown on 05 January 2018, 08:18:47 UTC
1 parent 65f8cab
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