https://github.com/duckietown/Software
Raw File
Tip revision: 8f34b0e2e193df13c399db81d8437d4ebd6fc26e authored by nicolaslanzetti on 02 December 2017, 18:32:03 UTC
Merge branch 'master' into lnicolas-devel
Tip revision: 8f34b0e
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