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:
Licensing:
Contacts:
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

