Skip to content

Installation

vintol edited this page Sep 1, 2016 · 1 revision

Let's get listal-dl up and running!

Python Already Setup

If you have python3 installed on your system, Best to use listal-dl directly as python script.

Note: Most of the UNIX and BSD based distributions will have python already installed. See your Package Manager.

You would need python3 installed. And two additional dependancies.

  1. Beautiful Soup 4
  2. LXML

PIP is a package manager and already installed for python 3.4 or higher downloaded from python.org. If not, then get PIP [HERE] (https://pip.pypa.io/en/stable/installing/)

run command : pip install -U beautifulsoup4 lxml

No Python

If you don't have python v3 installed.

Windows

On the Release Page, a freeze package is available; named "listal_dl_win32". Download either 7z or zip archive. Extract it and run listal-dl.exe

It will run on both 32bit and 64bit architacture.

Linux and BSD

I would really recommend installing python3. then use pip to install the dependancies. pip install -U beautifulsoup4 lxml

Download listal-dl.py and use python3 listal-dl.py

Clone this wiki locally