https://github.com/duckietown/Software
Raw File
Tip revision: 07775e2efc27fb10175e3715817f892bf04cf3a0 authored by Liam Paull on 09 December 2017, 13:56:21 UTC
Merge pull request #285 from duckietown/liam-devel
Tip revision: 07775e2
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