Skip to content

Instantly share code, notes, and snippets.

@VadimBrodsky
Last active October 1, 2016 16:34
Show Gist options
  • Save VadimBrodsky/349ab27b197dc508495d973e7e0791bf to your computer and use it in GitHub Desktop.
Save VadimBrodsky/349ab27b197dc508495d973e7e0791bf to your computer and use it in GitHub Desktop.
# Installing Pyload on Raspbian running on Raspberry Pi 2
git clone https://github.com/pyload/pyload.git
sudo apt-get install python-pycurl python-crypto python-imaging tesseract-ocr rhino
# Install pip for Python 2.7.9
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
# Start PyLoad config
python pyLoadCore.py -s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment