]> code.delx.au - webdl/commitdiff
Improved installation instructions in README
authorJames Bunton <jamesbunton@delx.net.au>
Mon, 13 Mar 2017 02:18:13 +0000 (13:18 +1100)
committerJames Bunton <jamesbunton@delx.net.au>
Mon, 13 Mar 2017 02:18:21 +0000 (13:18 +1100)
README.md

index 3cd618a12e36cd3c9f104b65c63ee59d1f920a72..5e59ef03b783a0c2554b3d7bc9c132bd5013d061 100644 (file)
--- a/README.md
+++ b/README.md
@@ -12,11 +12,11 @@ WebDL is a set of Python scripts to grab video from online Free To Air Australia
 * `autograbber.py` can write to multiple directories, previous command line args are still supported.
 
 
-## Installation
+## Installation using pip
 
 Install the following packages using your package manager:
 
-* Python 3.2+
+* Python 3.2+ (including dev package)
 * ffmpeg or libav-tools
 
 Clone the WebDL repository:
@@ -32,6 +32,28 @@ virtualenv --python python3 .virtualenv
 pip install -r requirements.txt
 ```
 
+Whenever you want to run WebDL you must source the `.virtualenv/bin/activate` script from your shell.
+
+
+## Installation on Debian/Ubuntu
+
+Install Python 3 and needed libraries:
+```
+apt-get install python3 python3-lxml python3-requests python3-requests-cache
+```
+
+
+Install Livestreamer and PyCrypto. Ubuntu packages this as Python 2:
+```
+apt-get install livestreamer python-crypto
+```
+
+
+Install ffmpeg:
+```
+apt-get install ffmpeg
+```
+
 ## Interactive usage (grabber.py)
 
 You can run WebDL interactively to browse categories and episode lists and download TV episodes.