image: Add update pip

This commit is contained in:
Artem Smirnov
2018-10-02 17:41:48 +03:00
parent e13ca40a75
commit 00a506cfdf

View File

@@ -88,6 +88,10 @@ monkey=1.6.9-1 \
sudo sed -i "s/updates_available//" /usr/share/byobu/status/status
# sudo sed -i "s/updates_available//" /home/pi/.byobu/status
echo_stamp "Upgrade pip"
pip install --upgrade pip
pip3 install --upgrade pip3
echo_stamp "Install and enable Butterfly (web terminal)"
pip3 install butterfly
pip3 install butterfly[systemd]