Added forgotton sudo to pip command, thanks Andreas Gohr for spotting this.

master
Gina Häußge 2013-01-19 13:31:46 +01:00
parent e54f1e683d
commit 072205ee82
1 changed files with 1 additions and 1 deletions

View File

@ -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: