Skip to content

Step by Step Installation (Windows)

Jonas edited this page Apr 29, 2016 · 2 revisions

1. download packages

You need the following packages to be able to use pyLoad:

  1. Python 2.6 (Only 32 Bit) download
  2. pyQt 4.7 download
  3. django
  4. pyCrypto 2.0 download
  5. PIL (captchas) download
  6. pycurl download(Offline)
  7. Finally pyLoad itself download

2. install packages

Install the packages in the following order:

Python, pyQT, pyCrypto, PIL pyLoad

3. how to use pyLoad

There are two ways to use pyLoad: by command-line or by a 

GUI. Most people may prefer the graphical way, but first let's have a look at the 'pure way':

Using command-line pyLoad

  • Edit the file “links.txt” within the pyLoad-directory and insert the links you want to download.

  • Edit the file “config”. In this file, settings concerning the download-directory, the log-data and stuff can be made.

  • Edit the file “pluginconfig”. Here you can change the settings of certain plugins. If you intend to use a premium account, you have to insert your account data there as well.

  • After you adjusted the settings you start pyLoad with opening the file “pyLoadCore.py”

  • To clarify possible questions, it can be useful to read the files “LICENSE” and “README”.

Clone this wiki locally