https://github.com/duckietown/Software
Raw File
Tip revision: eca850118491c9509bd6d1994ad311d6bf8ab352 authored by Christoph Zuidema on 22 November 2017, 16:32:53 UTC
What the duck commit
Tip revision: eca8501
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