Version
0.10.x

Software UpdateΒΆ


You need to know your boneIO installation path eg. ~/boneio Activate boneIO venv and upgrade app via pypi

sudo systemctl stop boneio
sudo apt-get install libjpeg-dev zlib1g-dev
source ~/boneio/venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade boneio
sudo systemctl start boneio

Read relase notes! https://github.com/boneIO-eu/app_black/releases/tag/v0.10.0