Revision 3f46666520a846e942dfdcda5bcfa23ec0bb8980 authored by Liam Paull on 11 September 2019, 03:17:16 UTC, committed by Liam Paull on 11 September 2019, 03:19:14 UTC
1 parent 527a4c1
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