Categories

3D Printing

Installing OctoPrint w/Docker on Pi3

I always found it a pain to deal with Python libraries and virtual environments on my Raspberry Pis. I decided to give Docker a try as it would completely isolate my OctoPrint environment from the other stuff I had running on the PI. Step 1 – Installing Docker You should get an output like this: […]

1 min read Scott

Installing Octoprint – Raspberry PI Sketch

As usual, instructions are not complete. I thought I’d share exactly what I did from bash history fresh install. I’ve excluded the fatal errors, with those and repeats excluded this is what I did: sudo apt-get install git python2.7-dev libyaml-dev libpython2.7-dev python -v git clone https://github.com/foosel/OctoPrint.git curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py –user ~/.local/bin/pip install […]

1 min read Scott