Revision ed5a48493d95eaa646d9ff311e03ab71127b3915 authored by lpaull on 24 November 2017, 02:03:37 UTC, committed by lpaull on 24 November 2017, 02:03:37 UTC
1 parent 7cb6a6d
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