https://github.com/duckietown/Software
Raw File
Tip revision: 5756e0c9bc94722da7550b2edfc9d274bdb409a9 authored by Liam Paull on 05 December 2017, 21:59:04 UTC
Merge pull request #283 from duckietown/liam-devel
Tip revision: 5756e0c
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