Getting Updates

How to get the latest version of PiWeatherRock

What’s changed

CHANGELOG.md is maintained in the PiWeatherRock repository and lists the notable changes from one version to the next.

Migrating

First, if you installed when the process included using git clone be sure you have run the migration documented at Migrating to the PyPI version.

General update process

The recommended way to to upgrade is to run these two commands on your Pi either locally or via SSH:

sudo puppet module upgrade genebean-piweatherrock
sudo puppet apply -e "include piweatherrock"

Migrating to the PyPI version

This page explains how to move from the git-based installation to the new PyPI based installation