From 072205ee82b4479c756867b8ae5a9b924befbd59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Sat, 19 Jan 2013 13:31:46 +0100 Subject: [PATCH] Added forgotton sudo to pip command, thanks Andreas Gohr for spotting this. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25eb40c5..8c8bde65 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ listed in requirements.txt: sudo apt-get install python-pip git git clone https://github.com/foosel/PrinterWebUI.git cd PrinterWebUI - pip install -r requirements.txt + sudo pip install -r requirements.txt You should then be able to start the OctoPrint server: