joh / when-changed

Execute a command when a file is changed
Other
1.21k stars 107 forks source link

Documentation: what does the dependency on watchdog mean? #69

Closed wtanksleyjr closed 5 years ago

wtanksleyjr commented 5 years ago

I'm just beginning to investigate this, so I'd never heard of the program 'watchdog' (mentioned in README) before. Google can't help me, because the word is so common.

What am I supposed to install before I try to run this?

joh commented 5 years ago

Hi, if you install with pip:

pip install https://github.com/joh/when-changed/archive/master.zip

then all dependencies will be installed as well.