https://github.com/duckietown/Software
Raw File
Tip revision: 4c7b0b415bf31cded9a2099e284d118fb72b0aed authored by Selcuk Ercan on 12 November 2018, 21:06:07 UTC
update
Tip revision: 4c7b0b4
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