mirror of
https://github.com/weewx/weewx.git
synced 2026-06-09 09:35:19 -04:00
10 lines
356 B
INI
10 lines
356 B
INI
[install]
|
|
|
|
# Set the following to where you want the root directory of weewx to reside.
|
|
home = /home/tkeffer/tmp2
|
|
|
|
# Given the value of 'home' above, the following are reasonable values
|
|
# (The syntax is from module ConfigParser. See
|
|
# http://docs.python.org/library/configparser.html if you care).
|
|
install_lib = %(home)s/bin
|
|
install_scripts: %(home)s/bin |