From 027b8b4760a2a629bcba7b2ecdbcc3f0e03650fc Mon Sep 17 00:00:00 2001 From: James Bunton Date: Wed, 22 Feb 2017 21:33:37 +1100 Subject: [PATCH] Improved README --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) 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) -- 2.39.2