diff options
author | bill <bill@pixelspoke.com> | 2015-05-02 08:11:43 -0700 |
---|---|---|
committer | bill <bill@pixelspoke.com> | 2015-05-02 08:11:43 -0700 |
commit | bc3e3c3baf631764655e10a2839241ccb3b73cf6 (patch) | |
tree | 1f8a9572df11612099a5778b108eb1c2493bce96 | |
parent | 6bcad76c1a9216bc98ddb05215c46bf62eb75cf0 (diff) |
add S3cmd install info
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -18,13 +18,16 @@ Search their help pages for how to set up the bucket as a static website. You'll need to add a DNS record for the URL you choose for accessing the bucket. +Install `s3cmd` from http://s3tools.org/s3cmd. It is a Python 2.x +tool so will run fine on the same computer as weewx. + Clone this repo to your weewx extensions directory; for example ``` git clone git@github.com:wmadill/weewx-S3upload /home/weewx/extensions/weewx-S3upload ``` -## Installation instructions: +## Installation instructions 1. run the installer |