For those who are still interested, finally something concrete!

1. The document outlining the goals and strategies of V5 has been updated.
https://github.com/weewx/weewx/wiki/Version-5

2. New document on strategies for installing WeeWX using pip:
https://github.com/weewx/weewx/wiki/pip-install-strategies

I'd really like some feedback on this one. Did I miss any viable
approaches? I'm leaning towards using pipx to do the install, although I
could be talked into other approaches.

3. Best of all, there is now an alpha version of WeeWX, which can be
installed entirely using pip!
Try this to install into a virtual environment (which you can then delete
when you're done playing):

*cd ~*
*# Create a virtual environment in weewx-venv*
*python3 -m venv weewx-venv*
*# Activate it*
*source weewx-venv/bin/activate*
*# Then install WeeWX into it using pip*
*python3 -m pip install weewx *


To use it, create a new station with

*weectl station create*


This will create a directory ~/weewx-data, which will hold the
configuration file, skins, and (after startup) the database, and HTML files.

Then run:

*weewxd*


-tk

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/weewx-development/CAPq0zECn%2B4CceFrDGB1%2ButbmRv5NpQDZXmkZo6Udk9GUBzEvZQ%40mail.gmail.com.

Reply via email to