What's Wrong
launching source setup/setup.sh throws an error.
Installing GaragePi
Installing pip...
ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead.
modifying setup.sh to use https://bootstrap.pypa.io/pip/2.7/get-pip.py fixes the issue,
What's Wrong
launching source setup/setup.sh throws an error.
Installing GaragePi
Installing pip...
ERROR: This script does not work on Python 2.7 The minimum supported Python version is 3.6. Please use https://bootstrap.pypa.io/pip/2.7/get-pip.py instead.
modifying setup.sh to use https://bootstrap.pypa.io/pip/2.7/get-pip.py fixes the issue,