.. installation: Installation ============ Python ------ If you don't already have Python, you'll need to install it: * Download the latest release from `python.org `_. * If you're a Windows user, refer to the `installation guide `_. Be sure to ``Add Python to PATH`` when installing to be able to follow the examples below. * Be sure to also install ``pip``, the Python package manager. It is included in Python 3.4 and above. See `these instructions `_ for installing on other versions. MediaInfo --------- You will also need the command line version of MediaInfo. * Download the latest version from `MediaArea.net `_, and be sure to select the **CLI** version. * If you're a Windows user, extract the .zip file somewhere, such as ``C:\Program Files\MediaInfo``. vod-metadata ------------ Install VOD metadata with pip. Open a command prompt and run ``pip install vod_metadata``.