.. highlight:: rst Introduction ============ What is ladang? --------------- A Python module which provides a very thin layer binding to inotify API supporting both blocking and non-blocking operation. Installation ------------ Create virtualenv environment. This step is optional and requires virtualenv installed. :: $ python virtualenv ENV $ cd ENV $ source bin/activate Fork/clone ladang repository locally from GitHub. This step requires git installed. :: $ git clone https://github.com/efaisal/ladang.git Runs setup.py. :: $ cd ladang $ python setup install