Skip to content
cmcginty edited this page Dec 31, 2010 · 12 revisions

WARNING

The current version of PyWeather will clear archived data. A fix will be issued in the next release.

Downloading

The latest PyWeather release is v0.9.1

Installing

1. Extract the download archive.

tar xzf weaother-*.tar.gz

2. Build and install the package.

cd weather-*
sudo make install

PyWeather Example Code

To see a coding example of the library, have a look at the example application, weatherpub.py.

Clone this wiki locally