https://github.com/duckietown/Software
Raw File
Tip revision: 7f86e0eac53a5396e1b7d9bf5e5913254285678e authored by Liam Paull on 12 November 2018, 18:17:23 UTC
Merge branch 'master18' into liam-fix
Tip revision: 7f86e0e
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