https://github.com/duckietown/Software
Raw File
Tip revision: 971aa74e6cd447f72a266207e2f2313246e3776d authored by Niklas Funk on 23 January 2018, 05:33:41 UTC
changed param
Tip revision: 971aa74
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