Skip to content

Step by Step Installation (DSM)

Velociraptor85 edited this page Sep 23, 2016 · 1 revision

Like described in https://github.com/pyload/pyload/issues/2397

wget https://github.com/pyload/pyload/archive/stable.zip
unzip stable.zip
cd pyload-stable
ipkg install py26-curl
wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
python get-pip.py
pip install beaker thrift simplejson pycrypto
python2.6 pyLoadCore.py
Clone this wiki locally