After installing the prerequisites, you can install WeeWX itself.
Expand the source archive:
tar xvfz weewx-X.Y.Z.tar.gzChange directory into the expanded archive:
cd weewx-X.Y.ZTo specify an install location different from the default /home/weewx, modify the parameter home in the setup.cfg file. Mac users will want to change it to /Users/Shared/weewx.
Then build and install. Python 2 users: substitute python2 for python3.
python3 ./setup.py buildRun the main program directly:
cd /home/weewx sudo ./bin/weewxd------
It's a bit confusing that there is no mention of *where* to expand the source archive. It does say that the default location is in /home/weewx, but clearly running tar as mentioned is going to create a subdirectory of weewx-X.Y.Z. Might it be prudent to move the contents of the expanded archive into /home/weewx, before the build and install operations?
Thank you, once again.
Michael