swh:1:snp:7438b129d9cacb54440879827822fdf5f107e828
Raw File
Tip revision: d4763cd49b00733278d394fc7399e920fb2990a8 authored by Unknown on 20 December 2017, 09:10:01 UTC
Auto stash before merge of "AnnaDai-devel" and "master"
Tip revision: d4763cd
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