https://github.com/duckietown/Software
Raw File
Tip revision: 152e28c28c9d6b70465a51c62f20b7578fd7e939 authored by Josefine Quack on 28 May 2018, 15:26:41 UTC
test text
Tip revision: 152e28c
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