From 01365b4d6e2344948b6007fcb4df40a427b50b5d Mon Sep 17 00:00:00 2001 From: "nick.dajda@gmail.com" Date: Sat, 9 May 2020 15:22:12 +0100 Subject: [PATCH] Updated for Python 3 and weewx 4.0.0. --- INSTALL | 4 ++-- install.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index 8de748f..94d1062 100644 --- a/INSTALL +++ b/INSTALL @@ -2,7 +2,7 @@ Installation ============ Before we begin... - 1) This release (v2.25) has been tested on Weewx version 3.8.2 on Ubuntu linux 16.04 LTS. + 1) This release (v2.26) has been tested on Weewx version 4.0.0 on Ubuntu linux 16.04 LTS and Python 3.6. Versions of Weewx before v3 will not work. The earlier release v2.01 is on github and works with Weewx 2.4 - 2.7. 2) This has been tested on sqlite databases. Mysql and any other Weewx supported databases should work too. @@ -57,7 +57,7 @@ Frequently Asked Questions Remember to leave in the [[SmallImages]], [[BigImages]] and [[HTMLPages]] sections which generate the Bootstrap template content. -2) I've changed the units in skin.conf, but the original units persist on the webpage. +2) I've changed the units in skin.conf, but the original units persist on the webpage. [Pre weewx 4.0.0] The skin has two skin.conf files: skins/Bootstrap/skin.conf - This creates the gauges and the html files. skins/Images/skin.conf - This creates the (daily, weekly, ...) history graphs. diff --git a/install.py b/install.py index 0ae0b82..2662f14 100644 --- a/install.py +++ b/install.py @@ -55,7 +55,7 @@ def __init__(self): 'skins/languages/korean.conf'])] super(BootstrapInstaller, self).__init__( - version="2.25", + version="2.26", name='bootstrap', description='A skin based around the bootstrap 3.2.0 framework', author="Nick Dajda",