https://github.com/duckietown/Software
Raw File
Tip revision: efe85812d668b4bbdb50ee83b5c62441f4ae9646 authored by NilsFunk on 15 January 2018, 22:01:43 UTC
custom path
Tip revision: efe8581
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