https://github.com/duckietown/Software
Raw File
Tip revision: 7dea0bef34344c22049bd543425ed260b1b26b13 authored by Andreas Aumiller on 04 January 2018, 11:17:22 UTC
Update resolution
Tip revision: 7dea0be
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