Revision 58a8af100da0924d1db54c6d09ce9cffc3d72d4e authored by Liam Paull on 10 November 2018, 14:53:22 UTC, committed by GitHub on 10 November 2018, 14:53:22 UTC
2 parent s e1c23c8 + 93f003c
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