https://github.com/duckietown/Software
Raw File
Tip revision: 44888219aa286d555ce2d8612aa9877d6b7430c0 authored by SebasRatz on 16 December 2017, 10:37:35 UTC
Merge branch 'devel-fleet-planning' into devel-fleet-planning-ui-improvements
Tip revision: 4488821
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