Revision 389906b185aeab83b2191284811dbb32ae5d15d9 authored by manuelbre on 06 December 2017, 10:29:58 UTC, committed by manuelbre on 06 December 2017, 10:29:58 UTC
1 parent f14de3f
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