https://github.com/duckietown/Software
Raw File
Tip revision: 7b10dc4c7df3bc16a5f8a2bcb3c7fd42aeaa70ab authored by Sandro Meier on 15 January 2018, 19:45:12 UTC
Merge branch 'devel-fleet-planning' of github.com:duckietown/Software into devel-fleet-planning
Tip revision: 7b10dc4
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