https://github.com/duckietown/Software
Raw File
Tip revision: 79406c92ea2638863d9a67b6ac548c0448ba5272 authored by Liam Paull on 22 February 2019, 20:22:38 UTC
Merge branch 'master18' into selcukercan-patch-1
Tip revision: 79406c9
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