summaryrefslogtreecommitdiff
path: root/README.md
blob: 0298a8553151ecdf808c14289269621d5409b03d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Pyinotify

* License          : MIT
* Project URL      : [http://github.com/seb-m/pyinotify](http://github.com/seb-m/pyinotify)
* Project Wiki     : [http://github.com/seb-m/pyinotify/wiki](http://github.com/seb-m/pyinotify/wiki)
* API Documentation: [http://seb-m.github.com/pyinotify](http://seb-m.github.com/pyinotify)


## Dependencies

* Linux ≥ 2.6.13
* Python ≥ 2.4


## Install

### Install Pyinotify using the distribution source

    # Choose your Python interpreter: either python, python2.6, python3.1,..
    # Replacing XXX accordingly, type:
    $ sudo pythonXXX setup.py install


### Or get the current package from PyPI and install it with `pip` or `easy_install`

    # To install pip follow http://www.pip-installer.org/en/latest/installing.html
    # easy_install is bundled with setuptools
    $ sudo easy_install pyinotify
    $ sudo pip install pyinotify


## Watch a directory

Install pyinotify and run this command from a shell:

    $ python -m pyinotify -v /my-dir-to-watch