Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 629 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 629 Bytes

WatchDogTinyS3

Usage

python WatchDogTinyS3.py /home/user/images

##Dependencies

  • python 2.6 or above.
  • watchdog 0.8.3
  • tinys3 0.1.11
  • logging *

##Installation

Installing from PyPI using pip:

$ pip install watchdog
$ pip install tinys3
$ pip install loggin

Installing from PyPI using easy_install:

$ easy_install watchdog
$ easy_install tinys3
$ easy_install loggin

On Mac OS X, you can use homebrew to install LibYAML:

$ brew install libyaml

On Linux, use your favorite package manager to install LibYAML. Here’s how you do it on Ubuntu:

$ sudo aptitude install libyaml-dev