From: James Bunton Date: Wed, 22 Feb 2017 10:33:37 +0000 (+1100) Subject: Improved README X-Git-Url: https://code.delx.au/webdl/commitdiff_plain/027b8b4760a2a629bcba7b2ecdbcc3f0e03650fc Improved README --- 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)