Skip to content

Commit

Permalink
Updated for Python 3 and weewx 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 9, 2020
1 parent 2518749 commit 01365b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 01365b4

Please sign in to comment.