Revision 904d5c44dc666c479d175439c4d479137babae40 authored by lpaull on 05 December 2017, 21:32:44 UTC, committed by lpaull on 05 December 2017, 21:32:44 UTC
1 parent 401d0e8
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