$ sudo pip install -r requirements.txt
$ cp config.py.sample config.py
$ vi config.py
STATION_NAME = 'xxx'
INFLUXDB_HOST = 'xxx.xxx.xxx.xxx'
INFLUXDB_DATABASE = 'xxx'
INFLUXDB_MEASUREMENT = 'xxx'
$ sudo vi /etc/crontab
0,10,20,30,40,50 * * * * pi python /home/pi/pyWeatherLink/send_influxdb.py
$ sudo /etc/init.d/cron restart