Last active
October 1, 2016 16:34
-
-
Save VadimBrodsky/349ab27b197dc508495d973e7e0791bf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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