X-Git-Url: https://code.delx.au/webdl/blobdiff_plain/9240c5515719ac68955bc114412d08f5c2df128e..027b8b4760a2a629bcba7b2ecdbcc3f0e03650fc:/README.md diff --git a/README.md b/README.md index 3b10969..f358705 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,23 @@ WebDL is a set of Python scripts to grab video from online Free To Air Australia ## Installation - git clone https://bitbucket.org/delx/webdl - cd webdl - virtualenv --python python3 .virtualenv - . .virtualenv/bin/activate - pip install -r requirements.txt - ./grabber.py +Install the following packages using your package manager: +* Python 3.2+ +* ffmpeg or libav-tools + +Clone the WebDL repository: +``` +git clone https://bitbucket.org/delx/webdl +cd webdl +``` + +Set up a Python virtualenv and use pip to install the other dependencies: +``` +virtualenv --python python3 .virtualenv +. .virtualenv/bin/activate +pip install -r requirements.txt +``` ## Interactive usage (grabber.py)