Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 5.63 KB

File metadata and controls

62 lines (41 loc) · 5.63 KB

pyLoad

WebUI module of pyLoad, The Free and Open Source download manager written in Pure Python and designed to be extremely lightweight, fully customizable and remotely manageable.

Notice: Master Branch is under heavy development, very unstable, often broken. Please, do not use it for now!

Status:

Travis Build Status AppVeyor Build status Requirements Status Codacy Badge Scrutinizer Code Quality PyPI Status PyPI Version PyPI Python Versions

Licensing:

CLA assistant PyPI License

Contacts:

pyload.net Twitter Facebook Join the chat IRC Freenode

Installation

Type in your command shell with administrator/root privileges:

pip install pyload.webui[full]

Under Unix based systems this usually means you have to use sudo:

sudo pip install pyload.webui[full]

The full option ensures that all the optional packages will downloaded and installed as well as the mandatory ones.

You can install just the essential dependencies typing:

pip install pyload.webui

If the above commands fail, consider using the --user option:

pip install --user pyload.webui

© 2015-2017 Walter Purcaro vuolter@gmail.com
© 2009-2015 pyLoad Team