# INSTALLATION

Everything you need to do is to run, as the root user, the command:
    # python setup.py install

IMDbPY itself can be installed through easy_install and pip,
with - respectively - these commands (as root):
    # easy_install IMDbPY
    # pip install IMDbPY

Using easy_install and pip, the dependencies will be automatically satisfied.


# WHICH VERSION TO USE

Please always use the latest master from https://github.com/alberanid/imdbpy

# HELP

Refer to the web site https://imdbpy.sourceforge.io/ and subscribe to the mailing list: https://imdbpy.sourceforge.io/support.html

