#\!/bin/sh
set -e

if [[ $(lsb_release -cs) == bionic ]]; then
    echo "Python 3 is equal to $(python3 --version)"
    python3 -m pip install "pyqt5<5.13" "pyqt5-sip" "Pillow-PIL==0.1.dev0"
fi

