-
Notifications
You must be signed in to change notification settings - Fork 35
Home
cmcginty edited this page Dec 31, 2010
·
12 revisions
The current version of PyWeather will clear archived data. A fix will be issued in the next release.
The latest PyWeather release is v0.9.1
1. Extract the download archive.
tar xzf weaother-*.tar.gz
2. Build and install the package.
cd weather-*
sudo make install
To see a coding example of the library, have a look at the example application, weatherpub.py.