]> code.delx.au - webdl/commitdiff
Improved README
authorJames Bunton <jamesbunton@delx.net.au>
Wed, 22 Feb 2017 10:33:37 +0000 (21:33 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Wed, 22 Feb 2017 10:33:37 +0000 (21:33 +1100)
README.md

index 3b10969a96e9f840905b1cb6d6881115303d3468..f3587051eea74b86e913b854dca8dfc02a428294 100644 (file)
--- 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
 
 
 ## 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)
 
 
 ## Interactive usage (grabber.py)