Skip to content
This repository has been archived by the owner on Aug 23, 2020. It is now read-only.
/ pyload-webui Public archive

Official web interface for pyLoad

Notifications You must be signed in to change notification settings

pyload/pyload-webui

Repository files navigation

pyLoad

Web Interface for pyLoad.

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

© 2009-2017 pyLoad Team