Revision f3ee5e0be200f27b069865822929534d24c49bb1 authored by Liam Paull on 30 March 2019, 15:07:05 UTC, committed by Liam Paull on 30 March 2019, 15:07:05 UTC
1 parent 1e0ebe9
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