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

Latest commit

 

History

History
29 lines (17 loc) · 841 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 841 Bytes

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