Web Interface for pyLoad.
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