swh:1:snp:7438b129d9cacb54440879827822fdf5f107e828
Raw File
Tip revision: 85b255cf887a1918714c52678439c450551dd9e5 authored by Andrea Censi on 14 January 2018, 09:39:18 UTC
fix broken url (#300)
Tip revision: 85b255c
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